From: bellard Date: Sat, 2 Jul 2005 15:12:18 +0000 (+0000) Subject: remove nonsense exception code (Ralf Baechle) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dfae6487c048d9888820737f1546bac438030a31;p=qemu.git remove nonsense exception code (Ralf Baechle) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1468 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/helper.c b/target-mips/helper.c index aaee8f9191..1a15246a94 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -261,9 +261,6 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw, break; } - if (ret == -2) { - exception = EXCP_AdEL; - } /* Raise exception */ env->CP0_BadVAddr = address; env->CP0_Context =