Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 702702 | Differences between
and this patch

Collapse All | Expand All

(-)./target/ppc/excp_helper.c.org (-1 lines)
Lines 318-324 Link Here
318
            env->spr[SPR_BOOKE_ESR] = ESR_FP;
318
            env->spr[SPR_BOOKE_ESR] = ESR_FP;
319
            break;
319
            break;
320
        case POWERPC_EXCP_INVAL:
320
        case POWERPC_EXCP_INVAL:
321
            LOG_EXCP("Invalid instruction at " TARGET_FMT_lx "\n", env->nip);
322
            msr |= 0x00080000;
321
            msr |= 0x00080000;
323
            env->spr[SPR_BOOKE_ESR] = ESR_PIL;
322
            env->spr[SPR_BOOKE_ESR] = ESR_PIL;
324
            break;
323
            break;

Return to bug 702702