From 27f930c5f0c26fbb845d8071e3bca5f127891ecd Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Fri, 16 Sep 2011 00:26:05 +0200 Subject: [PATCH] lm32: add missing qemu_init_vcpu() call Signed-off-by: Michael Walle --- target-lm32/helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-lm32/helper.c b/target-lm32/helper.c index 014fd8d..fc0b444 100644 --- a/target-lm32/helper.c +++ b/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; -- 2.7.4