diff options
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r-- | target-i386/helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index e55de96627..5950c976cc 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -1645,8 +1645,6 @@ CPUX86State *cpu_x86_init(const char *cpu_model) static int inited; env = qemu_mallocz(sizeof(CPUX86State)); - if (!env) - return NULL; cpu_exec_init(env); env->cpu_model_str = cpu_model; |