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 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(); } |