diff options
Diffstat (limited to 'lib/libc/i386/string/strlen.S')
| -rw-r--r-- | lib/libc/i386/string/strlen.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/i386/string/strlen.S b/lib/libc/i386/string/strlen.S index 22d683ef9f46..6e91f1a899ef 100644 --- a/lib/libc/i386/string/strlen.S +++ b/lib/libc/i386/string/strlen.S @@ -51,3 +51,4 @@ ENTRY(strlen) leal -1(%ecx),%eax /* and subtracting one */ popl %edi ret +END(strlen) |
