VirtualBox

Changeset 20872 in vbox


Ignore:
Timestamp:
Jun 24, 2009 1:58:42 AM (15 years ago)
Author:
vboxsync
Message:

VMM: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r20871 r20872  
    127127    if (++pVCpu->vmm.s.cCallRing3Disabled == 1)
    128128    {
     129        /** @todo it might make more sense to just disable logging here, then we
     130         * won't flush away important bits... but that goes both ways really. */
    129131#ifdef IN_RC
    130132        pVCpu->pVMRC->vmm.s.fRCLoggerFlushingDisabled = true;
    131133#else
     134# ifdef LOG_ENABLED
    132135        if (pVCpu->vmm.s.pR0LoggerR0)
    133136            pVCpu->vmm.s.pR0LoggerR0->fFlushingDisabled = true;
     137# endif
    134138#endif
    135139    }
     
    152156        pVCpu->pVMRC->vmm.s.fRCLoggerFlushingDisabled = false;
    153157#else
     158# ifdef LOG_ENABLED
    154159        if (pVCpu->vmm.s.pR0LoggerR0)
    155160            pVCpu->vmm.s.pR0LoggerR0->fFlushingDisabled = false;
     161# endif
    156162#endif
    157163    }
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