summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/memcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/string/memcmp.S')
-rw-r--r--libc/arch-x86/string/memcmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/string/memcmp.S b/libc/arch-x86/string/memcmp.S
index 1be189a..3b50530 100644
--- a/libc/arch-x86/string/memcmp.S
+++ b/libc/arch-x86/string/memcmp.S
@@ -41,3 +41,4 @@ L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
popl %esi
popl %edi
ret
+END(memcmp)