VirtualBox

Changeset 20943 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 25, 2009 2:09:31 PM (15 years ago)
Author:
vboxsync
Message:

TM.cpp: Shut up assertions that haven't quite been fixed yet.

File:
1 edited

Legend:

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

    r20864 r20943  
    19441944        STAM_COUNTER_INC(&pVM->tm.s.StatVirtualSyncRunStoppedAlready);
    19451945        u64Now = pVM->tm.s.u64VirtualSync;
     1946#ifdef DEBUG_bird
    19461947        Assert(u64Now <= pNext->u64Expire);
     1948#endif
    19471949    }
    19481950    else
     
    20012003
    20022004    /* assert sanity */
     2005#ifdef DEBUG_bird
    20032006    Assert(u64Now <= u64VirtualNow - offSyncGivenUp);
    20042007    Assert(u64Max <= u64VirtualNow - offSyncGivenUp);
    20052008    Assert(u64Now <= u64Max);
    20062009    Assert(offSyncGivenUp == pVM->tm.s.offVirtualSyncGivenUp);
     2010#endif
    20072011
    20082012    /*
     
    20802084        const uint64_t u64VirtualNow2 = TMVirtualGetNoCheck(pVM);
    20812085        Assert(u64VirtualNow2 >= u64VirtualNow);
     2086#ifdef DEBUG_bird
    20822087        AssertMsg(pVM->tm.s.u64VirtualSync >= u64Now, ("%'RU64 < %'RU64\n", pVM->tm.s.u64VirtualSync, u64Now));
     2088#endif
    20832089        const uint64_t offSlack = pVM->tm.s.u64VirtualSync - u64Now;
    20842090        STAM_STATS({
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