Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/amd64.c

    r38b0ae2 r83dab11  
    216216#endif
    217217        ns16550_instance_t *ns16550_instance
    218             = ns16550_init(NS16550_BASE, 0, IRQ_NS16550, NULL, NULL,
     218            = ns16550_init((ns16550_t *) NS16550_BASE, IRQ_NS16550, NULL, NULL,
    219219            ns16550_out_ptr);
    220220        if (ns16550_instance) {
Note: See TracChangeset for help on using the changeset viewer.