commit | 5efbfeddac734680ecb00c4e38eb6c698ad7fa5a | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri Mar 30 17:48:00 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri Mar 30 17:48:00 2007 +0000 |
tree | d71e69cf1962fa1322ee8c504bc8adc889228c47 | |
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
diff --git a/target-mips/helper.c b/target-mips/helper.c index fe5b2ab..2572050 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c
@@ -392,7 +392,6 @@ env->CP0_EPC = env->PC; env->CP0_Cause &= ~(1 << CP0Ca_BD); } - } else { env->CP0_Status |= (1 << CP0St_EXL); env->hflags &= ~MIPS_HFLAG_UM; }