Subversion Repositories HelenOS-historic

Rev

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

Rev 341 Rev 389
Line 78... Line 78...
78
            else
78
            else
79
#endif
79
#endif
80
                panic("unhandled Coprocessor Unusable Exception\n");
80
                panic("unhandled Coprocessor Unusable Exception\n");
81
            break;
81
            break;
82
        case EXC_Mod:
82
        case EXC_Mod:
83
            panic("unhandled TLB Modification Exception\n");
83
            tlb_modified(pstate);
84
            break;
84
            break;
85
        case EXC_AdEL:
85
        case EXC_AdEL:
86
            panic("unhandled Address Error Exception - load or instruction fetch\n");
86
            panic("unhandled Address Error Exception - load or instruction fetch\n");
87
            break;
87
            break;
88
        case EXC_AdES:
88
        case EXC_AdES: