Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2945 → Rev 2946

/branches/tracing/uspace/app/debug/dthread.c
102,7 → 102,6
void dthread_stop_me(void)
{
dthread_t *dt;
int i;
 
dt = dthread_get();
assert(dt);