VirtualBox

Changeset 48807 in vbox for trunk


Ignore:
Timestamp:
Oct 2, 2013 7:39:25 AM (11 years ago)
Author:
vboxsync
Message:

Runtime/common/once: Fix assertion in RTOnceReset().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/once.cpp

    r43893 r48807  
    363363    int32_t iState = ASMAtomicUoReadS32(&pOnce->iState);
    364364    AssertMsg(   iState == RTONCESTATE_DONE
    365               && iState == RTONCESTATE_UNINITIALIZED,
     365              || iState == RTONCESTATE_UNINITIALIZED,
    366366              ("%d\n", iState));
    367367    NOREF(iState);
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