diff options
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) |