Changeset 107731 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jan 13, 2025 11:52:57 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166837
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllCpuId.cpp
r107729 r107731 891 891 892 892 /* Count sub-leaves. */ 893 uint32_t cMinLeaves = uLeaf == 0xd ? 64 : 0;893 uint32_t cMinLeaves = uLeaf == 0xd ? 64 : uLeaf == 7 ? 2 : 0; 894 894 uint32_t cRepeats = 0; 895 895 uSubLeaf = 0;
Note:
See TracChangeset
for help on using the changeset viewer.