- Remove erroneus "break" instruction, it was meant for debug
This commit is contained in:
parent
be6bd37bab
commit
aac33d7033
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user