From: H. Peter Anvin Date: Fri, 26 Sep 2008 20:13:52 +0000 (-0700) Subject: setjmp.S: use C-style comments X-Git-Tag: syslinux-3.73-pre1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92a8de517a0bd6cfd974a85fd3f3d26645aa5347;p=profile%2Fivi%2Fsyslinux.git setjmp.S: use C-style comments 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 --- diff --git a/com32/lib/setjmp.S b/com32/lib/setjmp.S index 53b2dee..a368b78 100644 --- a/com32/lib/setjmp.S +++ b/com32/lib/setjmp.S @@ -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 -# -# +/* + * 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 + * + */ .text .align 4