VirtualBox

Changeset 21606 in vbox for trunk/src/VBox/VMM/TM.cpp


Ignore:
Timestamp:
Jul 15, 2009 12:48:19 PM (15 years ago)
Author:
vboxsync
Message:

TM.cpp: disable one more assertion

File:
1 edited

Legend:

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

    r21527 r21606  
    20092009     * Process the expired timers moving the clock along as we progress.
    20102010     */
     2011#ifdef DEBUG_bird
    20112012#ifdef VBOX_STRICT
    20122013    uint64_t u64Prev = u64Now; NOREF(u64Prev);
     2014#endif
    20132015#endif
    20142016    while (pNext && pNext->u64Expire <= u64Max)
     
    20402042
    20412043            /* advance the clock - don't permit timers to be out of order or armed in the 'past'. */
     2044#ifdef DEBUG_bird
    20422045#ifdef VBOX_STRICT
    20432046            AssertMsg(pTimer->u64Expire >= u64Prev, ("%'RU64 < %'RU64 %s\n", pTimer->u64Expire, u64Prev, pTimer->pszDesc));
    20442047            u64Prev = pTimer->u64Expire;
     2048#endif
    20452049#endif
    20462050            ASMAtomicWriteU64(&pVM->tm.s.u64VirtualSync, pTimer->u64Expire);
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