Commit 5efbfeddac734680ecb00c4e38eb6c698ad7fa5a

Authored by ths
1 parent 24c7b0e3

Squash logic bugs while they are fresh...


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2547 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-mips/helper.c
... ... @@ -392,7 +392,6 @@ void do_interrupt (CPUState *env)
392 392 env->CP0_EPC = env->PC;
393 393 env->CP0_Cause &= ~(1 << CP0Ca_BD);
394 394 }
395   - } else {
396 395 env->CP0_Status |= (1 << CP0St_EXL);
397 396 env->hflags &= ~MIPS_HFLAG_UM;
398 397 }
... ...