diff options
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/assert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/assert.c b/lib/stdlib/assert.c index cb3f3550e..3486e50b1 100644 --- a/lib/stdlib/assert.c +++ b/lib/stdlib/assert.c @@ -42,5 +42,5 @@ void __assert (const char *function, const char *file, unsigned int line, console_flush(); - while(1); + plat_panic_handler(); } |