clarify the purpose of this project
[nyanglibc.git] / setjmp / bsd-setjmp.shared.s
blobfa78566b7e8bbfa78cc91751bf37d0a24eef94f7
1 .globl setjmp
2 .type setjmp,@function
3 .align 1<<4
4 setjmp:
5 movl $1, %esi
6 jmp __GI___sigsetjmp
7 .size setjmp,.-setjmp