mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix misspelling of the "addq" opcode.
This commit is contained in:
parent
974784e8b4
commit
e05d1ffe18
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue