Subversion Repositories HelenOS-historic

Rev

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

Rev 609 Rev 610
Line 140... Line 140...
140
 
140
 
141
void exception(struct exception_regdump *pstate)
141
void exception(struct exception_regdump *pstate)
142
{
142
{
143
    int cause;
143
    int cause;
144
    int excno;
144
    int excno;
145
    __u32 epc_shift = 0;
-
 
146
 
145
 
147
    ASSERT(CPU != NULL);
146
    ASSERT(CPU != NULL);
148
 
147
 
149
    /*
148
    /*
150
     * NOTE ON OPERATION ORDERING
149
     * NOTE ON OPERATION ORDERING