Changes in kernel/generic/src/udebug/udebug_ipc.c [b5f716b:63e27ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/udebug/udebug_ipc.c
rb5f716b r63e27ef 38 38 * functions from the udebug_ops module which implement them. 39 39 */ 40 40 41 #include <assert.h> 41 42 #include <proc/task.h> 42 43 #include <proc/thread.h> … … 355 356 } 356 357 357 ASSERT(buffer != NULL);358 assert(buffer != NULL); 358 359 359 360 /* … … 401 402 } 402 403 403 ASSERT(buffer != NULL);404 assert(buffer != NULL); 404 405 405 406 IPC_SET_RETVAL(call->data, 0);
Note:
See TracChangeset
for help on using the changeset viewer.