Add a panic() function
All threads resolved!
All threads resolved!
Compare changes
- rahix authored
Define `__assert_func()` so a failing `assert()` will trigger a panic. Signed-off-by:
Rahix <rahix@rahix.de>
+ 13
− 0
@@ -61,3 +61,16 @@ void __attribute__((noreturn)) panic(const char *format, ...)