Fix the comment showing the meaning of the first argument to sigprocmask.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2017-02-03 11:51:06 +00:00
parent c1a2c9314f
commit 5b50ed8043
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313146

View File

@ -82,7 +82,7 @@ ENTRY(longjmp)
/* Restore the signal mask */
mov x2, #0 /* oset */
add x1, x0, #(_JB_SIGMASK * 8) /* set */
mov x0, #3 /* SIG_BLOCK */
mov x0, #3 /* SIG_SETMASK */
bl sigprocmask
ldr x1, [sp, #16]