Subversion Repositories HelenOS-historic

Rev

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

Rev 391 Rev 413
Line 106... Line 106...
106
    return old;
106
    return old;
107
}
107
}
108
 
108
 
109
/*
109
/*
110
 * Called directly from the assembler code.
110
 * Called directly from the assembler code.
111
 * CPU is cpu_priority_high().
111
 * CPU is interrupts_disable()'d.
112
 */
112
 */
113
void trap_dispatcher(__u8 n, __native stack[])
113
void trap_dispatcher(__u8 n, __native stack[])
114
{
114
{
115
    ASSERT(n < IVT_ITEMS);
115
    ASSERT(n < IVT_ITEMS);
116
   
116