target/i386/svm_helper: Perform comparison pass with qemu

Keep code and formatting in sync where applicable
This commit is contained in:
Lioncash 2018-03-12 13:27:02 -04:00
parent 27c283bb3c
commit fc7eaf7f77
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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,
control.exit_info_2)),
env->eip);
cs->exception_index = EXCP_VMEXIT + exit_code;
env->error_code = exit_info_1;