Index: /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 54738)
+++ /trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp	(revision 54739)
@@ -2063,6 +2063,5 @@
     {
         uint32_t uLimit = pCurLeaf->uEax;
-        if (   uLimit >= UINT32_C(0x00000000)
-            && uLimit <= UINT32_C(0x000fffff))
+        if (uLimit <= UINT32_C(0x000fffff))
         {
             /** @todo raise the limits! */
