PERFORCE change 29765 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 25 19:45:55 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29765

Change 29765 by peter at peter_daintree on 2003/04/25 19:45:50

	doh! that wasn't very clever!

Affected files ...

.. //depot/projects/hammer/lib/libc/x86_64/net/htons.S#3 edit
.. //depot/projects/hammer/lib/libc/x86_64/net/ntohs.S#3 edit

Differences ...

==== //depot/projects/hammer/lib/libc/x86_64/net/htons.S#3 (text+ko) ====

@@ -45,6 +45,6 @@
         .weak CNAME(htons)
         .set CNAME(htons),CNAME(__htons)
 ENTRY(__htons)
-	movzwl	%edi,%eax
+	movl	%edi,%eax
 	xchgb	%al,%ah
 	ret

==== //depot/projects/hammer/lib/libc/x86_64/net/ntohs.S#3 (text+ko) ====

@@ -47,6 +47,6 @@
         .weak CNAME(ntohs)
         .set CNAME(ntohs),CNAME(__ntohs)
 ENTRY(__ntohs)
-	movzwl	%edi,%eax
+	movl	%edi,%eax
 	xchgb	%al,%ah
 	ret


More information about the p4-projects mailing list