Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r58563585 rc170438  
    991991 * @param callid Hash of the incoming call.
    992992 * @param call   Data of the incoming call.
    993  *
    994993 */
    995994static void process_notification(ipc_callid_t callid, ipc_call_t *call)
     
    13171316                fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data;
    13181317                unsigned oldsw = fibril->switches;
    1319                
     1318
    13201319                process_notification(callid, call);
    1321                
     1320
    13221321                if (oldsw != fibril->switches) {
    13231322                        /*
     
    13351334                        fibril_switch(FIBRIL_FROM_DEAD);
    13361335                }
    1337                
    13381336                return;
    13391337        }
Note: See TracChangeset for help on using the changeset viewer.