3 / Created: Oct 15, 1993 by Philip Homburg <philip@cs.vu.nl>
8 movl 4(%esp), %eax # jmp_buf
9 cmpl $0, 0(%eax) # save mask?
11 leal 4(%eax), %edx # pointer to sigset_t
13 call ___oldsigset # restore mask
15 movl 4(%esp), %eax # jmp_buf
17 movl 8(%esp), %ecx # result value
18 movl 12(%eax), %esp # restore stack pointer
20 movl 8(%eax), %edx # restore program counter
23 pushl %ecx # save result code
25 movl 16(%eax), %ebp # restore frame pointer
38 / $PchId: longjmp.gnu.s,v 1.4 1996/03/12 19:30:02 philip Exp $