repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
setjmp
/
bsd-_setjmp.shared.s
blob
57cf6b13969eebdcfbd169f499dd4b367dd09880
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