Changeset 87003 in vbox
- Timestamp:
- Nov 27, 2020 2:28:41 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r86219 r87003 7167 7167 (uEAX >> 8) & 0xff, 7168 7168 (uEAX >> 16) & 0xff); 7169 7170 /** @todo 0x80000008:ECX is reserved on Intel (we'll get incorrect physical core 7171 * count here). */ 7169 7172 pHlp->pfnPrintf(pHlp, 7170 7173 "Physical Core Count: %d\n",
Note:
See TracChangeset
for help on using the changeset viewer.