mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 12:23:36 +08:00
remove nonsense exception code (Ralf Baechle)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1468 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de12d6369b
commit
dfae6487c0
@ -261,9 +261,6 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (ret == -2) {
|
|
||||||
exception = EXCP_AdEL;
|
|
||||||
}
|
|
||||||
/* Raise exception */
|
/* Raise exception */
|
||||||
env->CP0_BadVAddr = address;
|
env->CP0_BadVAddr = address;
|
||||||
env->CP0_Context =
|
env->CP0_Context =
|
||||||
|
Loading…
Reference in New Issue
Block a user