diff options
author | Peter Wemm <peter@FreeBSD.org> | 2008-11-02 01:10:54 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2008-11-02 01:10:54 +0000 |
commit | 5d053f461caeb73f6de165aa1e07b2003101605c (patch) | |
tree | 2cb2d6465da97e37710c7dadb37e63548e7e9c94 /lib/libc/amd64/string/memcmp.S | |
parent | 2db63c5e38023e4036182785407adaec142db234 (diff) |
Notes
Diffstat (limited to 'lib/libc/amd64/string/memcmp.S')
-rw-r--r-- | lib/libc/amd64/string/memcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/memcmp.S b/lib/libc/amd64/string/memcmp.S index 28194f82e7a0..a039b5b9972a 100644 --- a/lib/libc/amd64/string/memcmp.S +++ b/lib/libc/amd64/string/memcmp.S @@ -39,3 +39,4 @@ L6: xorl %eax,%eax /* Perform unsigned comparison */ movb -1(%rsi),%dl subl %edx,%eax ret +END(memcmp) |