mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
Squash logic bugs while they are fresh...
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2547 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
24c7b0e330
commit
5efbfeddac
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user