- Timestamp:
- Mar 24, 2015 10:09:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r54896 r54913 5086 5086 pHlp->pfnPrintf(pHlp, " Mnemonic - Description = guest (host)\n"); 5087 5087 cpumR3CpuIdInfoVerboseCompareListU32(pHlp, pCurLeaf->uEbx, Host.uEbx, g_aLeaf7Sub0EbxSubFields, 56); 5088 cpumR3CpuIdInfoVerboseCompareListU32(pHlp, pCurLeaf->uE bx, Host.uEcx, g_aLeaf7Sub0EcxSubFields, 56);5088 cpumR3CpuIdInfoVerboseCompareListU32(pHlp, pCurLeaf->uEcx, Host.uEcx, g_aLeaf7Sub0EcxSubFields, 56); 5089 5089 if (pCurLeaf->uEdx || Host.uEdx) 5090 5090 pHlp->pfnPrintf(pHlp, "%36 %#x (%#x)\n", "Ext Features EDX:", pCurLeaf->uEdx, Host.uEdx); … … 5093 5093 { 5094 5094 cpumR3CpuIdInfoMnemonicListU32(pHlp, pCurLeaf->uEbx, g_aLeaf7Sub0EbxSubFields, "Ext Features EBX:", 36); 5095 cpumR3CpuIdInfoMnemonicListU32(pHlp, pCurLeaf->uE bx, g_aLeaf7Sub0EcxSubFields, "Ext Features ECX:", 36);5095 cpumR3CpuIdInfoMnemonicListU32(pHlp, pCurLeaf->uEcx, g_aLeaf7Sub0EcxSubFields, "Ext Features ECX:", 36); 5096 5096 if (pCurLeaf->uEdx) 5097 5097 pHlp->pfnPrintf(pHlp, "%36 %#x\n", "Ext Features EDX:", pCurLeaf->uEdx);
Note:
See TracChangeset
for help on using the changeset viewer.