Skip to content
Snippets Groups Projects
Commit 61c57524 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

print "Aborted" when abort() is called

just like most libc implementations.
parent b9f93ce4
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ void *__dso_handle; ...@@ -77,6 +77,7 @@ void *__dso_handle;
void abort() void abort()
{ {
kprintf("Aborted\n");
while (true) while (true)
processor::halt_no_interrupts(); processor::halt_no_interrupts();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment