summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-09-29 21:10:25 +0000
committerjdp <jdp@FreeBSD.org>1999-09-29 21:10:25 +0000
commit4a4463eee1bc0507d4b0ad2f369ed03874bc8ee2 (patch)
tree094f52b0d03e52981d508abaa8306b277358438d /lib
parent12294bc989808231a33a98291c237ff526bfbafb (diff)
downloadFreeBSD-src-4a4463eee1bc0507d4b0ad2f369ed03874bc8ee2.zip
FreeBSD-src-4a4463eee1bc0507d4b0ad2f369ed03874bc8ee2.tar.gz
Fix misspelling of the "addq" opcode.
Diffstat (limited to 'lib')
-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 ee56d9d..950711d 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 */
OpenPOWER on IntegriCloud