VirtualBox

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


Ignore:
Timestamp:
May 5, 2008 1:54:26 PM (17 years ago)
Author:
vboxsync
Message:

AssertBreakVoid -> AssertBreak

File:
1 edited

Legend:

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

    r8569 r8579  
    256256        if (ASMAtomicCmpXchgU64(&pVM->tm.s.u64VirtualRawPrev, u64NanoTS, u64PrevNanoTS))
    257257            break;
    258         AssertBreakVoid(--cTries <= 0);
     258        AssertBreak(--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