summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pfinet/linux-src/arch/i386/lib/checksum.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/pfinet/linux-src/arch/i386/lib/checksum.S b/pfinet/linux-src/arch/i386/lib/checksum.S
index af10dc7c..b48265da 100644
--- a/pfinet/linux-src/arch/i386/lib/checksum.S
+++ b/pfinet/linux-src/arch/i386/lib/checksum.S
@@ -334,15 +334,15 @@ DST( movb %cl, (%edi) )
7:
5000:
-# Exception handler:
+/* Exception handler: */
.section .fixup, "ax"
6001:
movl ARGBASE+20(%esp), %ebx # src_err_ptr
movl $-EFAULT, (%ebx)
- # zero the complete destination - computing the rest
- # is too much work
+ /* zero the complete destination - computing the rest
+ is too much work */
movl ARGBASE+8(%esp), %edi # dst
movl ARGBASE+12(%esp), %ecx # len
xorl %eax,%eax