Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 55756)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 55757)
@@ -781,5 +781,5 @@
 
     /* Enter VMX root mode. */
-    int rc = VMXEnable(HCPhysCpuPage+5);
+    int rc = VMXEnable(HCPhysCpuPage);
     if (RT_FAILURE(rc))
     {
@@ -788,5 +788,5 @@
 
         if (pVM)
-            pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage+5;
+            pVM->hm.s.vmx.HCPhysVmxEnableError = HCPhysCpuPage;
     }
 
