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/bzero.S | |
parent | 2db63c5e38023e4036182785407adaec142db234 (diff) |
Notes
Diffstat (limited to 'lib/libc/amd64/string/bzero.S')
-rw-r--r-- | lib/libc/amd64/string/bzero.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/bzero.S b/lib/libc/amd64/string/bzero.S index d9d2a451a0d7..0de67d3d4fa7 100644 --- a/lib/libc/amd64/string/bzero.S +++ b/lib/libc/amd64/string/bzero.S @@ -41,3 +41,4 @@ L1: movq %rsi,%rcx /* zero remainder by bytes */ stosb ret +END(bzero) |