Enable fprintf for user level asserts.
This commit is contained in:
parent
03061ed968
commit
7ecac84809
@ -5,7 +5,7 @@
|
||||
void
|
||||
__assert(const char *func, const char *file, int line, const char *expr)
|
||||
{
|
||||
//fprintf(stderr, "Assert (%s): %s %s:%d\n", expr, func, file, line);
|
||||
fprintf(stderr, "Assert (%s): %s %s:%d\n", expr, func, file, line);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user