VirtualBox

Changeset 60055 in vbox


Ignore:
Timestamp:
Mar 15, 2016 11:54:55 PM (9 years ago)
Author:
vboxsync
Message:

AssertContinue should continue, not break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r60053 r60055  
    711711        RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
    712712        RTAssertPanic(); \
    713         break; \
     713        continue; \
    714714    } else do {} while (0)
    715715#else
     
    718718    { /* likely */ } \
    719719    else \
    720         break
     720        continue
    721721#endif
    722722
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