diff options
Diffstat (limited to 'libc/arch-x86/string/strcmp.S')
-rw-r--r-- | libc/arch-x86/string/strcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/string/strcmp.S b/libc/arch-x86/string/strcmp.S index 22ba546..5d3f4fc 100644 --- a/libc/arch-x86/string/strcmp.S +++ b/libc/arch-x86/string/strcmp.S @@ -79,3 +79,4 @@ L3: movzbl (%eax),%eax /* unsigned comparison */ movzbl (%edx),%edx subl %edx,%eax ret +END(strcmp) |