Index: /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp	(revision 43565)
+++ /trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp	(revision 43566)
@@ -1755,11 +1755,4 @@
                 }
                 pVCpu->hm.s.vmx.enmLastSeenGuestMode = enmGuestMode;
-            }
-            else if (   CPUMIsGuestInRealModeEx(pCtx)
-                     && pCtx->cs.u64Base == 0xffff0000)
-            {
-                /* VT-x will fail with a guest invalid state otherwise... (CPU state after a reset) */
-                pCtx->cs.u64Base = 0xf0000;
-                pCtx->cs.Sel     =  0xf000;
             }
         }
