diff options
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/helper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index 8d383e0d5..b233d4f53 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -2810,9 +2810,6 @@ 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_reset(env); -#endif qemu_init_vcpu(env); |