Ignore:
File:
1 edited

Legend:

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

    rfafb8e5 r09ab0a9a  
    827827        assert(icall);
    828828
    829         uint16_t isr = (uint16_t) ipc_get_arg2(icall);
     829        uint16_t isr = (uint16_t) IPC_GET_ARG2(*icall);
    830830        nic_t *nic_data = nic_get_from_ddf_dev(dev);
    831831        rtl8139_t *rtl8139 = nic_get_specific(nic_data);
Note: See TracChangeset for help on using the changeset viewer.