mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
fix problems in running first phase of vcpu refactor
This commit is contained in:
parent
154ab67570
commit
f5401eba28
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ VmxVmexitHandler(_Inout_ PGUEST_REGS GuestRegs)
|
|||
//
|
||||
// Handle the EXCEPTION injection/emulation
|
||||
//
|
||||
DispatchEventException(VCpu->CoreId, VCpu->Regs);
|
||||
DispatchEventException(VCpu);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue