VirtualBox

Changeset 25193 in vbox


Ignore:
Timestamp:
Dec 4, 2009 2:34:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55667
Message:

Wrong use of fGlobalInit

File:
1 edited

Legend:

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

    r24848 r25193  
    13931393    if (    HWACCMR0Globals.enmHwAccmState != HWACCMSTATE_ENABLED
    13941394        ||  !HWACCMR0Globals.vmx.fSupported /* no such issues with AMD-V */
    1395         ||  !pVM->hwaccm.s.fGlobalInit      /* Local init implies the CPU is currently not in VMX root mode. */)
     1395        ||  !HWACCMR0Globals.fGlobalInit    /* Local init implies the CPU is currently not in VMX root mode. */)
    13961396        return VINF_SUCCESS;    /* nothing to do */
    13971397
     
    14411441    Assert(   HWACCMR0Globals.enmHwAccmState == HWACCMSTATE_ENABLED
    14421442           && HWACCMR0Globals.vmx.fSupported
    1443            && pVM->hwaccm.s.fGlobalInit);
     1443           && HWACCMR0Globals.fGlobalInit);
    14441444
    14451445    PHWACCM_CPUINFO pCpu = HWACCMR0GetCurrentCpu();
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