From f5401eba28c62b17a6da502d7701d5a8f50bef26 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Dec 2022 17:47:59 +0900 Subject: [PATCH] fix problems in running first phase of vcpu refactor --- hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c b/hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c index 4e54b551..e99a5f71 100644 --- a/hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c +++ b/hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c @@ -206,7 +206,7 @@ VmxVmexitHandler(_Inout_ PGUEST_REGS GuestRegs) // // Handle the EXCEPTION injection/emulation // - DispatchEventException(VCpu->CoreId, VCpu->Regs); + DispatchEventException(VCpu); break; }