VirtualBox

Changeset 107712 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 13, 2025 4:08:19 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166808
Message:

VMM/VMMR3/CPUMR3CpuId.cpp: Remove redundant condition, bugref:3409

File:
1 edited

Legend:

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

    r107650 r107712  
    20802080    {
    20812081        fGuestXcr0Mask = XSAVE_C_X87 | XSAVE_C_SSE;
    2082         if (pStdFeatureLeaf && (pStdFeatureLeaf->uEcx & X86_CPUID_FEATURE_ECX_AVX))
     2082        if (pStdFeatureLeaf->uEcx & X86_CPUID_FEATURE_ECX_AVX)
    20832083            fGuestXcr0Mask |= XSAVE_C_YMM;
    20842084        pCurLeaf = cpumR3CpuIdGetExactLeaf(pCpum, 7, 0);
Note: See TracChangeset for help on using the changeset viewer.

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