VirtualBox

Changeset 66215 in vbox


Ignore:
Timestamp:
Mar 22, 2017 9:33:09 PM (8 years ago)
Author:
vboxsync
Message:

CPUMR3CpuId.cpp: Fixed typo in unused paranoid code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r66095 r66215  
    17191719                    pFeatures->cbMaxExtendedState = pXStateLeaf0->uEcx;
    17201720
     1721                    /* (paranoia:) */
    17211722                    PCCPUMCPUIDLEAF const pXStateLeaf1 = cpumR3CpuIdFindLeafEx(paLeaves, cLeaves, 13, 1);
    17221723                    if (   pXStateLeaf1
     
    17241725                        && pXStateLeaf1->uEbx <= CPUM_MAX_XSAVE_AREA_SIZE
    17251726                        && (pXStateLeaf1->uEcx || pXStateLeaf1->uEdx) )
    1726                         pFeatures->cbMaxExtendedState = pXStateLeaf0->uEbx;
     1727                        pFeatures->cbMaxExtendedState = pXStateLeaf1->uEbx;
    17271728                }
    17281729                else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette