VirtualBox

Changeset 20778 in vbox


Ignore:
Timestamp:
Jun 22, 2009 1:26:25 PM (16 years ago)
Author:
vboxsync
Message:

TMTimerSetRelative: Fixed inverted assertion check.

File:
1 edited

Legend:

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

    r20752 r20778  
    12351235            break;
    12361236        }
    1237         if (cRetries > 0)
     1237        if (cRetries <= 0)
    12381238        {
    12391239            AssertMsgFailed(("Failed waiting for stable state. state=%d (%s)\n", pTimer->enmState, R3STRING(pTimer->pszDesc)));
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