mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
lm32: add missing qemu_init_vcpu() call
Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user