Changeset 45854 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Apr 30, 2013 7:09:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45852 r45854 4115 4115 RTHCPHYS HCPhysCpuPage = 0; 4116 4116 int rc = VERR_INTERNAL_ERROR_5; 4117 AssertReturn( pVM->hm.s.pfnVMXGCStartVM64, VERR_HM_IPE_5);4117 AssertReturn(HM64ON32OP_VMXRCStartVM64, VERR_HM_IPE_5); 4118 4118 4119 4119 pCpu = HMR0GetCurrentCpu();
Note:
See TracChangeset
for help on using the changeset viewer.