- Remove erroneus "break" instruction, it was meant for debug

This commit is contained in:
Oleksandr Tymoshenko 2009-05-26 06:02:38 +00:00
parent be6bd37bab
commit aac33d7033

View File

@ -689,7 +689,6 @@ NNON_LEAF(MipsUserIntr, STAND_FRAME_SIZE, ra)
/*
* Call the interrupt handler.
*/
break
la k0, _C_LABEL(cpu_intr)
jalr k0
sw a3, STAND_RA_OFFSET(sp) # for debugging