diff --git a/include/core/Defs.hpp b/include/core/Defs.hpp index e90f6ceb..ca2d065e 100644 --- a/include/core/Defs.hpp +++ b/include/core/Defs.hpp @@ -208,7 +208,7 @@ typedef float real_t; do { \ if (unlikely(cond)) { \ FATAL_PRINT(ERR_MSG_COND(cond)); \ - return; \ + GENERATE_TRAP; \ } \ } while (0) #endif