aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/string/strcat.S
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2008-11-02 01:28:47 +0000
committerPeter Wemm <peter@FreeBSD.org>2008-11-02 01:28:47 +0000
commited820052d048c873259dd55d7d70cd6d54919feb (patch)
tree3dffbf64ba2a3402b9a89f84ff5f5036d0a9ce91 /lib/libc/i386/string/strcat.S
parent5d053f461caeb73f6de165aa1e07b2003101605c (diff)
downloadsrc-ed820052d048c873259dd55d7d70cd6d54919feb.tar.gz
src-ed820052d048c873259dd55d7d70cd6d54919feb.zip
Notes
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r--lib/libc/i386/string/strcat.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S
index 3a667cac2bd8..6715bd8b3767 100644
--- a/lib/libc/i386/string/strcat.S
+++ b/lib/libc/i386/string/strcat.S
@@ -98,3 +98,4 @@ L1: movb (%edx),%al /* unroll loop, but not too much */
L2: popl %eax /* pop destination address */
popl %edi /* restore edi */
ret
+END(strcat)