From 5b50ed80434233154dcdf40364b76c1491e668b8 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 3 Feb 2017 11:51:06 +0000 Subject: [PATCH] Fix the comment showing the meaning of the first argument to sigprocmask. Sponsored by: ABT Systems Ltd --- lib/libc/aarch64/gen/setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/aarch64/gen/setjmp.S b/lib/libc/aarch64/gen/setjmp.S index a30ed6a3082a..7d68406f00be 100644 --- a/lib/libc/aarch64/gen/setjmp.S +++ b/lib/libc/aarch64/gen/setjmp.S @@ -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]