[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 1/3] lm32: add missing qemu_init_vcpu() call
From: |
Michael Walle |
Subject: |
[Qemu-devel] [PATCH 1/3] lm32: add missing qemu_init_vcpu() call |
Date: |
Fri, 16 Sep 2011 00:58:59 +0200 |
Signed-off-by: Michael Walle <address@hidden>
---
target-lm32/helper.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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;
--
1.7.2.5