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 77... Line 77...
77
    return old;
77
    return old;
78
}
78
}
79
 
79
 
80
/*
80
/*
81
 * Called directly from the assembler code.
81
 * Called directly from the assembler code.
82
 * CPU is cpu_priority_high().
82
 * CPU is interrupts_disable()'d.
83
 */
83
 */
84
void trap_dispatcher(__u8 n, __native stack[])
84
void trap_dispatcher(__u8 n, __native stack[])
85
{
85
{
86
    ASSERT(n < IVT_ITEMS);
86
    ASSERT(n < IVT_ITEMS);
87
   
87