libroot: Restore exit() call after debugger().

Thanks PulkoMandy for the review.
This commit is contained in:
Augustin Cavalier
2017-04-14 18:29:29 -04:00
parent a5d208c7d6
commit 17f5ac9149
+1
View File
@@ -290,6 +290,7 @@ abort()
raise(SIGABRT); raise(SIGABRT);
debugger("abort() called"); debugger("abort() called");
exit(EXIT_FAILURE);
} }