setjmp.S: use C-style comments
authorH. Peter Anvin <hpa@zytor.com>
Fri, 26 Sep 2008 20:13:52 +0000 (13:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 26 Sep 2008 20:13:52 +0000 (13:13 -0700)
Earlier versions of cpp would get confused by the gas-style comments
at line starts; replace them with C-style comments.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/setjmp.S

index 53b2dee..a368b78 100644 (file)
@@ -1,18 +1,18 @@
-#
-# arch/i386/setjmp.S
-#
-# setjmp/longjmp for the i386 architecture
-#
-
-#
-# The jmp_buf is assumed to contain the following, in order:
-     %ebx
-     %esp
-     %ebp
-     %esi
-     %edi
-     <return address>
-#
+/*
+ * arch/i386/setjmp.S
+ *
+ * setjmp/longjmp for the i386 architecture
+ *
+ *
+ *
+ * The jmp_buf is assumed to contain the following, in order:
+ *     %ebx
+ *     %esp
+ *     %ebp
+ *     %esi
+ *     %edi
+ *     <return address>
+ */
 
        .text
        .align 4