This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0a1c2c1c17
musl
/
arch
/
mips
/
bits
/
setjmp.h
2 lines
41 B
C
Raw
Normal View
History
Unescape
Escape
add floating point register saving/restoring to mips setjmp/longjmp also fix the alignment of jmp_buf to meet the abi. linux always emulates fpu on mips if it's not present, so enabling this code unconditionally is "safe" but may be slow. in the long term it may be preferable to find a way to disable it on soft float builds.
2012-07-22 22:55:01 +00:00
typedef
unsigned
long
long
jmp_buf
[
15
]
;