mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:28:21 +00:00
target/i386/svm_helper: Perform comparison pass with qemu
Keep code and formatting in sync where applicable
This commit is contained in:
parent
27c283bb3c
commit
fc7eaf7f77
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ void cpu_vmexit(CPUX86State *env, uint32_t exit_code, uint64_t exit_info_1,
|
||||||
x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb,
|
x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb,
|
||||||
control.exit_info_2)),
|
control.exit_info_2)),
|
||||||
env->eip);
|
env->eip);
|
||||||
|
|
||||||
cs->exception_index = EXCP_VMEXIT + exit_code;
|
cs->exception_index = EXCP_VMEXIT + exit_code;
|
||||||
env->error_code = exit_info_1;
|
env->error_code = exit_info_1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue