From 5b6e897d01a07f8391351a07321f2bcb7c025a7e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 05:29:50 +0000 Subject: Patch from Jean-Yves Avenard to add missing siglongjmp entry and fix a bug in setjmp for SH --- libc/sysdeps/linux/sh/setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh/setjmp.S') diff --git a/libc/sysdeps/linux/sh/setjmp.S b/libc/sysdeps/linux/sh/setjmp.S index 449d936dc..154cef1af 100644 --- a/libc/sysdeps/linux/sh/setjmp.S +++ b/libc/sysdeps/linux/sh/setjmp.S @@ -30,7 +30,7 @@ ENTRY (__sigsetjmp) __sigsetjmp: */ /* Save registers */ - add #(JB_SIZE - 4 * 5), r4 + add #(JB_SIZE), r4 stc.l gbr, @-r4 sts.l pr, @-r4 mov.l r15, @-r4 -- cgit v1.2.3