VirtualBox

Changeset 46190 in vbox


Ignore:
Timestamp:
May 21, 2013 10:04:21 AM (12 years ago)
Author:
vboxsync
Message:

VMM/HM: nit.

File:
1 edited

Legend:

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

    r46139 r46190  
    15961596#endif
    15971597
    1598     /** @todo r=ramshankar: Why do we need to do this? Most likely
    1599      *        VBOX_WITH_OLD_VTX_CODE only. */
     1598    /** @todo r=ramshankar: Why do we need to do this? */
     1599#ifdef VMX_USE_CACHED_VMCS_ACCESSES
    16001600    /* Reset the contents of the read cache. */
    16011601    PVMCSCACHE pCache = &pVCpu->hm.s.vmx.VMCSCache;
    16021602    for (unsigned j = 0; j < pCache->Read.cValidEntries; j++)
    16031603        pCache->Read.aFieldVal[j] = 0;
     1604#endif
    16041605}
    16051606
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