Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 388 → Rev 389

/SPARTAN/trunk/arch/mips32/src/exception.c
80,7 → 80,7
panic("unhandled Coprocessor Unusable Exception\n");
break;
case EXC_Mod:
panic("unhandled TLB Modification Exception\n");
tlb_modified(pstate);
break;
case EXC_AdEL:
panic("unhandled Address Error Exception - load or instruction fetch\n");