diff options
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r-- | target-ppc/helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index 5c85c6120a..084d36f78b 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -2811,7 +2811,9 @@ CPUPPCState *cpu_ppc_init (const char *cpu_model) ppc_translate_init(); env->cpu_model_str = cpu_model; cpu_ppc_register_internal(env, def); +#if defined(CONFIG_USER_ONLY) cpu_ppc_reset(env); +#endif qemu_init_vcpu(env); |