summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-09-29 21:10:25 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-09-29 21:10:25 +0000
commite05d1ffe1885dec89987f5ae29b1a16da4e45a42 (patch)
tree1aaf72f42b073222da81eed252d1b01bf7658560 /lib/libc
parent974784e8b47d693907dda2a43b08b8fcd803ecff (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/alpha/gen/setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/alpha/gen/setjmp.S b/lib/libc/alpha/gen/setjmp.S
index ee56d9d02ed6..950711de0bc2 100644
--- a/lib/libc/alpha/gen/setjmp.S
+++ b/lib/libc/alpha/gen/setjmp.S
@@ -65,7 +65,7 @@ LEAF(setjmp, 1)
/* see what's blocked */
lda a2, (71 * 8)(a0) /* oset: sc_reserved */
mov zero, a1 /* set: NULL */
- add a1, 1, a0 /* how: SIG_BLOCK */
+ addq a1, 1, a0 /* how: SIG_BLOCK */
PCALL(sigprocmask) /* see what's blocked */
lda sp, -24(sp) /* sizeof struct sigaltstack */