Changes in kernel/generic/src/udebug/udebug_ops.c [fa603e99:d1582b50] in mainline
- File:
-
- 1 edited
-
kernel/generic/src/udebug/udebug_ops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/udebug/udebug_ops.c
rfa603e99 rd1582b50 123 123 /* Now verify that the thread belongs to the current task. */ 124 124 if (thread->task != TASK) { 125 /* No such thread belonging this task */125 /* No such thread belonging this task */ 126 126 mutex_unlock(&TASK->udebug.lock); 127 127 return ENOENT;
Note:
See TracChangeset
for help on using the changeset viewer.
