Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2803 → Rev 2804

/branches/tracing/kernel/generic/src/proc/task.c
175,6 → 175,7
ta->stop_request = false;
ta->debug_begin_call = NULL;
ta->debug_go_call = NULL;
ta->not_stoppable_count = 0;
ipc_answerbox_init(&ta->answerbox, ta);
for (i = 0; i < IPC_MAX_PHONES; i++)