Changeset 66215 in vbox
- Timestamp:
- Mar 22, 2017 9:33:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r66095 r66215 1719 1719 pFeatures->cbMaxExtendedState = pXStateLeaf0->uEcx; 1720 1720 1721 /* (paranoia:) */ 1721 1722 PCCPUMCPUIDLEAF const pXStateLeaf1 = cpumR3CpuIdFindLeafEx(paLeaves, cLeaves, 13, 1); 1722 1723 if ( pXStateLeaf1 … … 1724 1725 && pXStateLeaf1->uEbx <= CPUM_MAX_XSAVE_AREA_SIZE 1725 1726 && (pXStateLeaf1->uEcx || pXStateLeaf1->uEdx) ) 1726 pFeatures->cbMaxExtendedState = pXStateLeaf 0->uEbx;1727 pFeatures->cbMaxExtendedState = pXStateLeaf1->uEbx; 1727 1728 } 1728 1729 else
Note:
See TracChangeset
for help on using the changeset viewer.