Index: kernel/arch/ia32/src/debug/panic.s
===================================================================
--- kernel/arch/ia32/src/debug/panic.s	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
+++ kernel/arch/ia32/src/debug/panic.s	(revision 271b5400c010d0eec9cf6495d6f78b10d98a17a2)
@@ -31,4 +31,4 @@
 
 panic_printf:
-	movl $halt,(%esp)	# fake stack to make printf return to halt
+	movl $halt, (%esp)	# fake stack to make printf return to halt
 	jmp printf
