diff options
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r-- | target-i386/helper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 3fff1bbed1..957b3fc1f2 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -1885,9 +1885,6 @@ CPUX86State *cpu_x86_init(const char *cpu_model) return NULL; } mce_init(env); -#ifdef CONFIG_USER_ONLY - cpu_reset(env); -#endif qemu_init_vcpu(env); |