// Restore sigaltstack status
movq 16(%rsp), %rdi // Grab jmpbuf but leave it on the stack
movl JB_ONSTACK(%rdi), %edi // Pass old state to _sigunaltstack()
// Restore sigaltstack status
movq 16(%rsp), %rdi // Grab jmpbuf but leave it on the stack
movl JB_ONSTACK(%rdi), %edi // Pass old state to _sigunaltstack()