mirror of https://git.musl-libc.org/git/musl
Browse Source
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.rs-1.0
3 changed files with 30 additions and 2 deletions
@ -1 +1 @@ |
|||
typedef unsigned long jmp_buf [30]; |
|||
typedef unsigned long long jmp_buf [15]; |
|||
|
|||
Loading…
Reference in new issue