Revision d84bda46 target-ppc/helper.c

b/target-ppc/helper.c
2748 2748
             TARGET_FMT_lx "\n", RA, msr);
2749 2749
}
2750 2750

  
2751
void cpu_ppc_reset (void *opaque)
2751
void cpu_reset(CPUPPCState *env)
2752 2752
{
2753
    CPUPPCState *env = opaque;
2754 2753
    target_ulong msr;
2755 2754

  
2756 2755
    if (qemu_loglevel_mask(CPU_LOG_RESET)) {
......
2812 2811
    env->cpu_model_str = cpu_model;
2813 2812
    cpu_ppc_register_internal(env, def);
2814 2813
#if defined(CONFIG_USER_ONLY)
2815
    cpu_ppc_reset(env);
2814
    cpu_reset(env);
2816 2815
#endif
2817 2816

  
2818 2817
    qemu_init_vcpu(env);

Also available in: Unified diff