projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea3de1
)
Fix typo in last commit.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 27 Aug 2010 05:35:42 +0000
(22:35 -0700)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 27 Aug 2010 05:35:42 +0000
(22:35 -0700)
sysdeps/x86_64/strlen.S
patch
|
blob
|
history
diff --git
a/sysdeps/x86_64/strlen.S
b/sysdeps/x86_64/strlen.S
index
ee94377
..
28f8287
100644
(file)
--- a/
sysdeps/x86_64/strlen.S
+++ b/
sysdeps/x86_64/strlen.S
@@
-84,19
+84,19
@@
L(exit_less16):
L(exit16):
sub %rdi, %rax
bsf %rdx, %rdx
- lea 16(%rdx), %rax
+ lea 16(%rdx
,%rax
), %rax
ret
.p2align 4
L(exit32):
sub %rdi, %rax
bsf %rdx, %rdx
- lea 32(%rdx), %rax
+ lea 32(%rdx
,%rax
), %rax
ret
.p2align 4
L(exit48):
sub %rdi, %rax
bsf %rdx, %rdx
- lea 48(%rdx), %rax
+ lea 48(%rdx
,%rax
), %rax
ret
END(strlen)
libc_hidden_builtin_def (strlen)