From: bellard Date: Sat, 2 Jul 2005 15:35:03 +0000 (+0000) Subject: TLB reload exception vector (Ralf Baechle) X-Git-Tag: release_0_7_1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d8aca8c670b3203fa478443969c6a65166aadcc;p=thirdparty%2Fqemu.git TLB reload exception vector (Ralf Baechle) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1481 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/helper.c b/target-mips/helper.c index aa97e8229f7..96e3100da73 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -417,6 +417,9 @@ void do_interrupt (CPUState *env) goto set_EPC; case EXCP_TLBS: cause = 3; + if (env->error_code == 1 && !(env->hflags & MIPS_HFLAG_EXL)) + offset = 0x000; + goto set_EPC; set_EPC: if (env->CP0_Status & (1 << CP0St_BEV)) { pc = 0xBFC00200;