Changeset f230cbd in mainline
- Timestamp:
- 2018-10-29T17:56:19Z (6 years ago)
- Children:
- 8b6cd5c
- Parents:
- 6fc4a32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r6fc4a32 rf230cbd 341 341 async_answer_0(req, EOK); 342 342 343 /* 344 * Wait for the hangup from the other side in order not to leave any 345 * unanswered IPC_M_PHONE_HUNGUP messages behind. 346 */ 347 async_get_call(req); 348 assert(!IPC_GET_IMETHOD(*req)); 349 async_answer_0(req, EOK); 350 343 351 DPRINTF("Jump to entry point at %p\n", pcb.entry); 344 352
Note:
See TracChangeset
for help on using the changeset viewer.