sim-card
/
qemu
Archived
10
0
Fork 0

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:
ths 2007-03-30 17:48:00 +00:00
parent 24c7b0e330
commit 5efbfeddac
1 changed files with 0 additions and 1 deletions

View 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;
}