diff options
Diffstat (limited to 'libc/arch-x86/string/bzero.S')
-rw-r--r-- | libc/arch-x86/string/bzero.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/string/bzero.S b/libc/arch-x86/string/bzero.S index 2ec9c7d..c73a351 100644 --- a/libc/arch-x86/string/bzero.S +++ b/libc/arch-x86/string/bzero.S @@ -41,3 +41,4 @@ L1: movl %edx,%ecx /* zero remainder by bytes */ popl %edi ret +END(bzero) |