Changes in kernel/generic/src/udebug/udebug_ops.c [19f857a:3698e44] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/udebug/udebug_ops.c
r19f857a r3698e44 46 46 #include <errno.h> 47 47 #include <print.h> 48 #include <str .h>48 #include <string.h> 49 49 #include <syscall/copy.h> 50 50 #include <ipc/ipc.h> … … 80 80 static int _thread_op_begin(thread_t *t, bool being_go) 81 81 { 82 task_id_t taskid; 82 83 ipl_t ipl; 84 85 taskid = TASK->taskid; 83 86 84 87 mutex_lock(&TASK->udebug.lock);
Note:
See TracChangeset
for help on using the changeset viewer.