fix problems in running first phase of vcpu refactor

This commit is contained in:
unknown 2022-12-05 17:47:59 +09:00
parent 154ab67570
commit f5401eba28

View file

@ -206,7 +206,7 @@ VmxVmexitHandler(_Inout_ PGUEST_REGS GuestRegs)
//
// Handle the EXCEPTION injection/emulation
//
DispatchEventException(VCpu->CoreId, VCpu->Regs);
DispatchEventException(VCpu);
break;
}