Squash logic bugs while they are fresh...
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 17:48:00 +0000 (17:48 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 30 Mar 2007 17:48:00 +0000 (17:48 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2547 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/helper.c

index fe5b2ab..2572050 100644 (file)
@@ -392,7 +392,6 @@ void do_interrupt (CPUState *env)
                 env->CP0_EPC = env->PC;
                 env->CP0_Cause &= ~(1 << CP0Ca_BD);
             }
-        } else {
             env->CP0_Status |= (1 << CP0St_EXL);
             env->hflags &= ~MIPS_HFLAG_UM;
         }