Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8169/driver.c

    r09ab0a9a rfafb8e5  
    10381038        assert(icall);
    10391039
    1040         uint16_t isr = (uint16_t) IPC_GET_ARG2(*icall) & INT_KNOWN;
     1040        uint16_t isr = (uint16_t) ipc_get_arg2(icall) & INT_KNOWN;
    10411041        nic_t *nic_data = nic_get_from_ddf_dev(dev);
    10421042        rtl8169_t *rtl8169 = nic_get_specific(nic_data);
Note: See TracChangeset for help on using the changeset viewer.