Merge pull request #593 from maiself/fix-crash-cond
Fix typo in CRASH_COND leading to unexpected continuation after fail
This commit is contained in:
commit
b56df8f6da
@ -208,7 +208,7 @@ typedef float real_t;
|
|||||||
do { \
|
do { \
|
||||||
if (unlikely(cond)) { \
|
if (unlikely(cond)) { \
|
||||||
FATAL_PRINT(ERR_MSG_COND(cond)); \
|
FATAL_PRINT(ERR_MSG_COND(cond)); \
|
||||||
return; \
|
GENERATE_TRAP; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user