diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-05-08 07:41:24 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-05-08 07:41:24 +0000 |
| commit | 0b1bb81ae629dcb2da6d45986fd5477a67d6b1bd (patch) | |
| tree | 4d2056e92b6ce1985e573aa53ab262858950cf8c /lib/libc | |
| parent | bd3aef3d0dd12e560f0e5fc50f3367f03fe01640 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/amd64/gen/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/setjmp.S b/lib/libc/amd64/gen/setjmp.S index ac37f9855162..cfe15b7c35c9 100644 --- a/lib/libc/amd64/gen/setjmp.S +++ b/lib/libc/amd64/gen/setjmp.S @@ -80,7 +80,7 @@ ENTRY(__longjmp) pushq %rdi pushq %rsi movq %rdi,%rdx - movq $1,%rdi /* SIG_SETMASK */ + movq $3,%rdi /* SIG_SETMASK */ leaq 72(%rdx),%rsi /* (sigset_t*)set */ movq $0,%rdx /* (sigset_t*)oset */ call PIC_PLT(CNAME(_sigprocmask)) |
