diff options
Diffstat (limited to 'target-sparc/helper.c')
-rw-r--r-- | target-sparc/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index b39b16272b..428f97d530 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -723,6 +723,7 @@ CPUSPARCState *cpu_sparc_init(const char *cpu_model) return NULL; } cpu_reset(env); + qemu_init_vcpu(env); return env; } |