summaryrefslogtreecommitdiff
path: root/stage3/halt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/halt.c')
-rw-r--r--stage3/halt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage3/halt.c b/stage3/halt.c
index d4d0f64..39bc3c9 100644
--- a/stage3/halt.c
+++ b/stage3/halt.c
@@ -9,6 +9,6 @@ void halt()
void panic(char *msg)
{
- println(msg);
+ print(msg);
halt();
}