mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* sysdeps/x86_64/strcspn.S: Fix typo in last patch.
This commit is contained in:
parent
7e7458e301
commit
a5ee0b9e12
@ -1,3 +1,7 @@
|
||||
2004-01-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/strcspn.S: Fix typo in last patch.
|
||||
|
||||
2004-01-11 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/x86_64/__longjmp.S: Add cfi directives.
|
||||
|
@ -40,7 +40,7 @@ ENTRY (strcspn)
|
||||
table. */
|
||||
movq %rdi, %r8 /* Save value. */
|
||||
subq $256, %rsp /* Make space for 256 bytes. */
|
||||
cfi_adjust_cfa_offset(-256)
|
||||
cfi_adjust_cfa_offset(256)
|
||||
movq $32, %rcx /* 32*8 bytes = 256 bytes. */
|
||||
movq %rsp, %rdi
|
||||
xorq %rax, %rax /* We store 0s. */
|
||||
|
Loading…
Reference in New Issue
Block a user