VirtualBox

Ignore:
Timestamp:
Mar 23, 2015 12:03:18 PM (10 years ago)
Author:
vboxsync
Message:

VMM: Rename variable to better reflect its purpose.

File:
1 edited

Legend:

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

    r54712 r54908  
    85698569#endif
    85708570
    8571     if (   pVCpu->hm.s.fUseGuestFpu
     8571    if (   pVCpu->hm.s.fPreloadGuestFpu
    85728572        && !CPUMIsGuestFPUStateActive(pVCpu))
    85738573    {
     
    1178011780        HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_CR0);
    1178111781        STAM_COUNTER_INC(&pVCpu->hm.s.StatExitShadowNM);
    11782         pVCpu->hm.s.fUseGuestFpu = true;
     11782        pVCpu->hm.s.fPreloadGuestFpu = true;
    1178311783    }
    1178411784    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