Changeset 54777 in vbox for trunk/src/VBox
- Timestamp:
- Mar 16, 2015 12:19:46 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r54763 r54777 3513 3513 | (UINT32_C(1) << 5) /* cache level */ 3514 3514 | UINT32_C(1); /* cache type (data) */ 3515 Leaf.fFlags = 0; 3515 3516 rc = cpumR3CpuIdInsert(NULL /* pVM */, ppaLeaves, pcLeaves, &Leaf); 3516 3517 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.