瀏覽代碼

lm32: add missing qemu_init_vcpu() call

Signed-off-by: Michael Walle <michael@walle.cc>
Michael Walle 14 年之前
父節點
當前提交
27f930c5f0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target-lm32/helper.c

+ 1 - 0
target-lm32/helper.c

@@ -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;