summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-23 14:30:58 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-23 14:30:58 -0500
commita50136dfe186a3ea3d78a4264187915ad16ab861 (patch)
treebdee28a332ff45d9598ad317476f265ac55b481d /arch/powerpc/bits
parent0375c68fe7ed39b1173b62574936152645624078 (diff)
downloadmusl-a50136dfe186a3ea3d78a4264187915ad16ab861.tar.gz
fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r--arch/powerpc/bits/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/bits/setjmp.h b/arch/powerpc/bits/setjmp.h
index a4baec4c..ab583aba 100644
--- a/arch/powerpc/bits/setjmp.h
+++ b/arch/powerpc/bits/setjmp.h
@@ -1 +1 @@
-typedef unsigned long jmp_buf [64];
+typedef unsigned long long jmp_buf [56];