VirtualBox

Ignore:
Timestamp:
May 5, 2008 12:32:51 PM (17 years ago)
Author:
vboxsync
Message:

AssertBreak -> AssertBreakStmt.

File:
1 edited

Legend:

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

    r8155 r8569  
    256256        if (ASMAtomicCmpXchgU64(&pVM->tm.s.u64VirtualRawPrev, u64NanoTS, u64PrevNanoTS))
    257257            break;
    258         AssertBreak(--cTries <= 0, );
     258        AssertBreakVoid(--cTries <= 0);
    259259        if (cTries < 25 && !VM_IS_EMT(pVM)) /* give up early */
    260260            break;
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