diff options
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r-- | target-ppc/helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index 3bd1d45c8a..fc62a635f0 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -2761,8 +2761,6 @@ CPUPPCState *cpu_ppc_init (const char *cpu_model) return NULL; env = qemu_mallocz(sizeof(CPUPPCState)); - if (!env) - return NULL; cpu_exec_init(env); ppc_translate_init(); env->cpu_model_str = cpu_model; |