mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue