Index: /trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp
===================================================================
--- /trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp	(revision 58559)
+++ /trunk/src/VBox/VMM/tools/VBoxCpuReport.cpp	(revision 58560)
@@ -3521,5 +3521,7 @@
            && (   paMsrs[cDetectedRegs].uMsr == uMsr + cRegs
                || (cRegs & 3) == 2 /* ADDR may or may not be there, depends on STATUS and CPU. */
-               || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */)
+               || (cRegs & 3) == 3 /* MISC may or may not be there, depends on STATUS and CPU. */
+               || cRegs == 0x13 /* MC4_MISC may not be there, depends on CPU. */
+               || cRegs == 0x14 /* MC5_CTL may not be there, depends on CPU. */)
            && cRegs < 0x7f )
     {
