mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 20:07:23 +00:00
lm32: add missing qemu_init_vcpu() call
Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
d11cf8cc80
commit
27f930c5f0
@ -218,6 +218,7 @@ CPUState *cpu_lm32_init(const char *cpu_model)
|
|||||||
|
|
||||||
cpu_exec_init(env);
|
cpu_exec_init(env);
|
||||||
cpu_reset(env);
|
cpu_reset(env);
|
||||||
|
qemu_init_vcpu(env);
|
||||||
|
|
||||||
if (!tcg_initialized) {
|
if (!tcg_initialized) {
|
||||||
tcg_initialized = 1;
|
tcg_initialized = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user