Changes in kernel/generic/src/ipc/kbox.c [228e490:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
r228e490 rc0699467 33 33 */ 34 34 35 #include <synch/synch.h>36 35 #include <synch/spinlock.h> 37 36 #include <synch/mutex.h> 38 37 #include <ipc/ipc.h> 38 #include <abi/ipc/methods.h> 39 39 #include <ipc/ipcrsc.h> 40 40 #include <arch.h> … … 169 169 switch (IPC_GET_IMETHOD(call->data)) { 170 170 171 case IPC_M_DEBUG _ALL:171 case IPC_M_DEBUG: 172 172 /* Handle debug call. */ 173 173 udebug_call_receive(call);
Note:
See TracChangeset
for help on using the changeset viewer.