VirtualBox

Ignore:
Timestamp:
Mar 23, 2015 12:03:18 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99137
Message:

VMM: Rename variable to better reflect its purpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r54712 r54908  
    30473047    hmR0SvmInjectPendingEvent(pVCpu, pCtx);
    30483048
    3049     if (   pVCpu->hm.s.fUseGuestFpu
     3049    if (   pVCpu->hm.s.fPreloadGuestFpu
    30503050        && !CPUMIsGuestFPUStateActive(pVCpu))
    30513051    {
     
    51885188        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0);
    51895189        STAM_COUNTER_INC(&pVCpu->hm.s.StatExitShadowNM);
    5190         pVCpu->hm.s.fUseGuestFpu = true;
     5190        pVCpu->hm.s.fPreloadGuestFpu = true;
    51915191    }
    51925192    else
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