diff options
Diffstat (limited to 'target-mips/helper.c')
-rw-r--r-- | target-mips/helper.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 = |