Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4384 → Rev 4385

/trunk/kernel/generic/src/syscall/syscall.c
61,7 → 61,7
unative_t rc;
#ifdef CONFIG_UDEBUG
// udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, 0, false);
udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, 0, false);
#endif
if (id < SYSCALL_END) {
76,7 → 76,7
thread_exit();
#ifdef CONFIG_UDEBUG
// udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, rc, true);
udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, rc, true);
/*
* Stopping point needed for tasks that only invoke non-blocking