Revision fc1c67bc target-ppc/helper.c

b/target-ppc/helper.c
2796 2796
    msr |= (target_ulong)1 << MSR_SPE; /* Allow SPE usage */
2797 2797
    msr |= (target_ulong)1 << MSR_PR;
2798 2798
#else
2799
    env->excp_prefix = env->hreset_excp_prefix;
2799 2800
    env->nip = env->hreset_vector | env->excp_prefix;
2800 2801
    if (env->mmu_model != POWERPC_MMU_REAL)
2801 2802
        ppc_tlb_invalidate_all(env);

Also available in: Unified diff