- Timestamp:
- May 22, 2019 11:19:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r78656 r78657 12818 12818 int rc = hmR0VmxReadExitInstrLenVmcs(pVmxTransient); 12819 12819 AssertRCReturn(rc, rc); 12820 12821 VMXVEXITINFO ExitInfo;12822 RT_ZERO(ExitInfo);12823 ExitInfo.uReason = uExitReason;12824 ExitInfo.cbInstr = pVmxTransient->cbInstr;12825 12820 rcStrict = IEMExecVmxVmexitInstr(pVCpu, uExitReason, pVmxTransient->cbInstr); 12826 12821 }
Note:
See TracChangeset
for help on using the changeset viewer.