Revision 0d8aca8c

b/target-mips/helper.c
417 417
        goto set_EPC;
418 418
    case EXCP_TLBS:
419 419
        cause = 3;
420
        if (env->error_code == 1 && !(env->hflags & MIPS_HFLAG_EXL))
421
            offset = 0x000;
422
        goto set_EPC;
420 423
    set_EPC:
421 424
        if (env->CP0_Status & (1 << CP0St_BEV)) {
422 425
            pc = 0xBFC00200;

Also available in: Unified diff