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/memset.S | |
parent | 2db63c5e38023e4036182785407adaec142db234 (diff) |
Notes
Diffstat (limited to 'lib/libc/amd64/string/memset.S')
-rw-r--r-- | lib/libc/amd64/string/memset.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/memset.S b/lib/libc/amd64/string/memset.S index 142387aebd86..ed8ba2496ece 100644 --- a/lib/libc/amd64/string/memset.S +++ b/lib/libc/amd64/string/memset.S @@ -58,3 +58,4 @@ L1: rep movq %r11,%rax ret +END(memset) |