libroot: Restore exit() call after debugger().
Thanks PulkoMandy for the review.
This commit is contained in:
@@ -290,6 +290,7 @@ abort()
|
|||||||
|
|
||||||
raise(SIGABRT);
|
raise(SIGABRT);
|
||||||
debugger("abort() called");
|
debugger("abort() called");
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user