diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-02 15:12:18 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-02 15:12:18 +0000 |
commit | dfae6487c048d9888820737f1546bac438030a31 (patch) | |
tree | 2c29247889d7b201bab0b032f6c60fb5bb24ced7 /target-mips/helper.c | |
parent | de12d6369bec323e9198c85b9cd60e52812442ba (diff) |
remove nonsense exception code (Ralf Baechle)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1468 c046a42c-6fe2-441c-8c8c-71466251a162
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 = |