Subversion Repositories HelenOS

Rev

Rev 3603 | Rev 3707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3603 Rev 3614
Line 116... Line 116...
116
    if (THREAD->interrupted)
116
    if (THREAD->interrupted)
117
        thread_exit();
117
        thread_exit();
118
 
118
 
119
#ifdef CONFIG_UDEBUG
119
#ifdef CONFIG_UDEBUG
120
    udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, rc, true);
120
    udebug_syscall_event(a1, a2, a3, a4, a5, a6, id, rc, true);
-
 
121
 
-
 
122
    /*
-
 
123
     * Stopping point needed for tasks that only invoke non-blocking
-
 
124
     * system calls.
-
 
125
     */
-
 
126
    udebug_stoppable_begin();
-
 
127
    udebug_stoppable_end();
121
#endif  
128
#endif  
122
    return rc;
129
    return rc;
123
}
130
}
124
 
131
 
125
syshandler_t syscall_table[SYSCALL_END] = {
132
syshandler_t syscall_table[SYSCALL_END] = {