Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2826 → Rev 2827

/branches/tracing/kernel/generic/src/proc/thread.c
347,6 → 347,7
t->debug_go_call = NULL;
t->uspace_state = NULL;
t->debug_stop = true;
t->debug_active = false;
 
/* might depend on previous initialization */
thread_create_arch(t);