Ignore:
File:
1 edited

Legend:

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

    rc170438 r58563585  
    991991 * @param callid Hash of the incoming call.
    992992 * @param call   Data of the incoming call.
     993 *
    993994 */
    994995static void process_notification(ipc_callid_t callid, ipc_call_t *call)
     
    13161317                fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data;
    13171318                unsigned oldsw = fibril->switches;
    1318 
     1319               
    13191320                process_notification(callid, call);
    1320 
     1321               
    13211322                if (oldsw != fibril->switches) {
    13221323                        /*
     
    13341335                        fibril_switch(FIBRIL_FROM_DEAD);
    13351336                }
     1337               
    13361338                return;
    13371339        }
Note: See TracChangeset for help on using the changeset viewer.