Changeset 55757 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 8, 2015 2:29:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r55756 r55757 781 781 782 782 /* Enter VMX root mode. */ 783 int rc = VMXEnable(HCPhysCpuPage +5);783 int rc = VMXEnable(HCPhysCpuPage); 784 784 if (RT_FAILURE(rc)) 785 785 { … … 788 788 789 789 if (pVM) 790 pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage +5;790 pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage; 791 791 } 792 792
Note:
See TracChangeset
for help on using the changeset viewer.