From a5ee0b9e1219191b3f321542138f0c21102df6f1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 12 Jan 2004 16:41:44 +0000 Subject: * sysdeps/x86_64/strcspn.S: Fix typo in last patch. --- sysdeps/x86_64/strcspn.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64') diff --git a/sysdeps/x86_64/strcspn.S b/sysdeps/x86_64/strcspn.S index 05d98d0200..63af04aeab 100644 --- a/sysdeps/x86_64/strcspn.S +++ b/sysdeps/x86_64/strcspn.S @@ -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. */ -- cgit 1.4.1