Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3099 → Rev 3100

/branches/tracing/uspace/app/debug/dthread.c
61,6 → 61,8
dt->fid = 0;
dt->stopped = 0;
 
arch_dthread_initialize(dt);
 
if (!cwt) cwt = dt;
 
list_append(&dt->link, &dthreads);