diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/sh/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |