diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 17:48:00 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-30 17:48:00 +0000 |
commit | 5efbfeddac734680ecb00c4e38eb6c698ad7fa5a (patch) | |
tree | d71e69cf1962fa1322ee8c504bc8adc889228c47 /target-mips/helper.c | |
parent | 24c7b0e330fdbfcfe87f515d79e67156c57cbc4f (diff) |
Squash logic bugs while they are fresh...
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2547 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/helper.c')
-rw-r--r-- | target-mips/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/helper.c b/target-mips/helper.c index fe5b2ab676..2572050bb3 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -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; } |