Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3603 → Rev 3602

/trunk/kernel/generic/src/udebug/udebug_ops.c
317,6 → 317,7
int rc;
 
LOG("udebug_stop()\n");
mutex_lock(&TASK->udebug.lock);
 
/*
* On success, this will lock t->udebug.lock. Note that this makes sure
353,7 → 354,6
 
_thread_op_end(t);
 
mutex_lock(&TASK->udebug.lock);
ipc_answer(&TASK->answerbox, call);
mutex_unlock(&TASK->udebug.lock);