From 7e7458e3015fdc8056e0982d1906d10b468577e1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 11 Jan 2004 12:23:20 +0000 Subject: Update. 2004-01-11 Andreas Jaeger * sysdeps/x86_64/__longjmp.S: Add cfi directives. * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_CLONE_SYSCALL): --- linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/unix') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S index bec622ecee..25d1d3f96a 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S @@ -47,7 +47,7 @@ ENTRY (__vfork) /* Push back the return PC. */ pushq %rdi - cfi_adjust_cfa_offset(-7) + cfi_adjust_cfa_offset(8) cmpl $-4095, %eax jae SYSCALL_ERROR_LABEL /* Branch forward if it failed. */ -- cgit v1.2.3