Changes in kernel/generic/src/ipc/kbox.c [5c088975:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
r5c088975 r228e490 167 167 continue; /* Try again. */ 168 168 169 switch (IPC_GET_ METHOD(call->data)) {169 switch (IPC_GET_IMETHOD(call->data)) { 170 170 171 171 case IPC_M_DEBUG_ALL: … … 192 192 } 193 193 194 195 194 /** Connect phone to a task kernel-box specified by id. 196 195 *
Note:
See TracChangeset
for help on using the changeset viewer.