mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
@@ -749,7 +749,7 @@ int hvf_vcpu_exec(CPUState *cpu)
|
||||
} else if (size == 4) {
|
||||
RAX(env) = (uint32_t)val;
|
||||
} else {
|
||||
VM_PANIC("size");
|
||||
RAX(env) = (uint64_t)val;
|
||||
}
|
||||
RIP(env) += ins_len;
|
||||
store_regs(cpu);
|
||||
|
||||
Reference in New Issue
Block a user