- Timestamp:
- Feb 1, 2018 3:33:59 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r70794 r70845 6848 6848 if (pCurLeaf != NULL) 6849 6849 { 6850 ASMCpuIdExSlow(UINT32_C(0x80000008), 0, 0, 0, &Host.uEax, &Host.uEbx, &Host.uEcx, &Host.uEdx); 6850 6851 if (pCurLeaf->uEbx || (Host.uEbx && iVerbosity)) 6851 6852 {
Note:
See TracChangeset
for help on using the changeset viewer.