clarify the purpose of this project
[nyanglibc.git] / setjmp / bsd-_setjmp.shared.s
blob57cf6b13969eebdcfbd169f499dd4b367dd09880
1 .globl _setjmp
2 .type _setjmp,@function
3 .align 1<<4
4 _setjmp:
5 xorl %esi, %esi
6 jmp __GI___sigsetjmp
7 .size _setjmp,.-_setjmp;
8 .globl __GI__setjmp
9 .set __GI__setjmp,_setjmp