summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/string/strcmp.S
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2008-11-02 01:28:47 +0000
committerpeter <peter@FreeBSD.org>2008-11-02 01:28:47 +0000
commit3375b8347bf4a4a5365a390af7fa3c2adb0ad6cd (patch)
tree3dffbf64ba2a3402b9a89f84ff5f5036d0a9ce91 /lib/libc/i386/string/strcmp.S
parentaa63008f13d7a07b62a85c25814374cb77dc7f84 (diff)
downloadFreeBSD-src-3375b8347bf4a4a5365a390af7fa3c2adb0ad6cd.zip
FreeBSD-src-3375b8347bf4a4a5365a390af7fa3c2adb0ad6cd.tar.gz
Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
Diffstat (limited to 'lib/libc/i386/string/strcmp.S')
-rw-r--r--lib/libc/i386/string/strcmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S
index 07a87b6..9ca104e 100644
--- a/lib/libc/i386/string/strcmp.S
+++ b/lib/libc/i386/string/strcmp.S
@@ -117,3 +117,4 @@ L3: movzbl (%eax),%eax /* unsigned comparison */
movzbl (%edx),%edx
subl %edx,%eax
ret
+END(strcmp)
OpenPOWER on IntegriCloud