]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
lm32: add missing qemu_init_vcpu() call
authorMichael Walle <michael@walle.cc>
Thu, 15 Sep 2011 22:26:05 +0000 (00:26 +0200)
committerMichael Walle <michael@walle.cc>
Mon, 3 Oct 2011 10:44:22 +0000 (12:44 +0200)
Signed-off-by: Michael Walle <michael@walle.cc>
target-lm32/helper.c

index 014fd8de060194e148067dec218dd31dff2b23ce..fc0b444d81d7c75d15ce356ab375586bbdca32fd 100644 (file)
@@ -218,6 +218,7 @@ CPUState *cpu_lm32_init(const char *cpu_model)
 
     cpu_exec_init(env);
     cpu_reset(env);
+    qemu_init_vcpu(env);
 
     if (!tcg_initialized) {
         tcg_initialized = 1;