mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
i386: hvf: remove VM_PANIC from "in"
Just give the obvious meaning to a 64-bit port, even though it should not really happen. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ff2de1668c
commit
da20f5cd0d
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ int hvf_vcpu_exec(CPUState *cpu)
|
||||||
} else if (size == 4) {
|
} else if (size == 4) {
|
||||||
RAX(env) = (uint32_t)val;
|
RAX(env) = (uint32_t)val;
|
||||||
} else {
|
} else {
|
||||||
VM_PANIC("size");
|
RAX(env) = (uint64_t)val;
|
||||||
}
|
}
|
||||||
RIP(env) += ins_len;
|
RIP(env) += ins_len;
|
||||||
store_regs(cpu);
|
store_regs(cpu);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue