Date: Fri, 25 Apr 2003 19:45:52 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 29765 for review Message-ID: <200304260245.h3Q2jqZu079005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29765 Change 29765 by peter@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304260245.h3Q2jqZu079005>