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