Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 331 → Rev 332

/SPARTAN/trunk/arch/mips/src/exception.c
65,7 → 65,7
/* decode exception number and process the exception */
switch (excno) {
case EXC_Int:
interrupt();
interrupt(pstate);
break;
case EXC_TLBL:
case EXC_TLBS: