Trigger breakpoints for soft assertions

This commit is contained in:
Danny Robson 2011-09-24 13:18:57 +10:00
parent ec7b95bb9f
commit 3b767a1c73

View File

@ -65,7 +65,7 @@
#define check_hard(C) _check_meta((C), { ; }, { panic (); })
#define check_soft(C) _check_meta((C), { ; }, { ; })
#define check_soft(C) _check_meta((C), { ; }, { breakpoint (); })
#define check_eq(A,B) do { \