VirtualBox

Changeset 1270 in vbox


Ignore:
Timestamp:
Mar 6, 2007 12:48:19 PM (18 years ago)
Author:
vboxsync
Message:

removed logging

File:
1 edited

Legend:

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

    r1269 r1270  
    30273027            if (TickThisElapsed < TickMin)
    30283028                TickMin = TickThisElapsed;
    3029 /* temporary */
    3030 #ifdef LOG_ENABLED
    3031             /*
    3032              * Flush the log
    3033              */
    3034             PVMMR0LOGGER pR0Logger = pVM->vmm.s.pR0Logger;
    3035             if (    pR0Logger
    3036                 &&  pR0Logger->Logger.offScratch > 0)
    3037                 RTLogFlushToLogger(&pR0Logger->Logger, NULL);
    3038 #endif /* !LOG_ENABLED */
    3039 
    30403029        }
    30413030        uint64_t TickEnd = ASMReadTSC();
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