VirtualBox

Changeset 55757 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 8, 2015 2:29:27 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: oops! not meant to commit this!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r55756 r55757  
    781781
    782782    /* Enter VMX root mode. */
    783     int rc = VMXEnable(HCPhysCpuPage+5);
     783    int rc = VMXEnable(HCPhysCpuPage);
    784784    if (RT_FAILURE(rc))
    785785    {
     
    788788
    789789        if (pVM)
    790             pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage+5;
     790            pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage;
    791791    }
    792792
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette