Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ops.c

    rfa603e99 rd1582b50  
    123123        /* Now verify that the thread belongs to the current task. */
    124124        if (thread->task != TASK) {
    125                 /* No such thread belonging this task*/
     125                /* No such thread belonging this task */
    126126                mutex_unlock(&TASK->udebug.lock);
    127127                return ENOENT;
Note: See TracChangeset for help on using the changeset viewer.