diff options
Diffstat (limited to 'libkern/abort.c')
| -rw-r--r-- | libkern/abort.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libkern/abort.c b/libkern/abort.c new file mode 100644 index 00000000..f71c01c3 --- /dev/null +++ b/libkern/abort.c @@ -0,0 +1,7 @@ +#include <lib9.h> +void +abort(void) +{ + while(*(int*)0) + ; +} |
