Revision 1c27f8fb target-ppc/helper.c

b/target-ppc/helper.c
2792 2792
    msr_fp = 1; /* Allow floating point exceptions */
2793 2793
    msr_pr = 1;
2794 2794
#else
2795
#if defined(TARGET_PPC64)
2796
    env->nip = 0x00000100;
2797
#else
2798
    env->nip = 0xFFFFFFFC;
2799
#endif
2795
    env->nip = env->hreset_vector | env->excp_prefix;
2800 2796
    ppc_tlb_invalidate_all(env);
2801 2797
#endif
2802 2798
    do_compute_hflags(env);

Also available in: Unified diff