aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/powerpc')
-rw-r--r--runtime/powerpc/vararg.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/powerpc/vararg.s b/runtime/powerpc/vararg.s
index 16681c1c..8d7e62c8 100644
--- a/runtime/powerpc/vararg.s
+++ b/runtime/powerpc/vararg.s
@@ -128,6 +128,13 @@ __compcert_va_float64:
.type __compcert_va_float64, @function
.size __compcert_va_float64, .-__compcert_va_int64
+ .balign 16
+ .globl __compcert_va_composite
+__compcert_va_composite:
+ b __compcert_va_int32
+ .type __compcert_va_composite, @function
+ .size __compcert_va_composite, .-__compcert_va_composite
+
# Save integer and FP registers at beginning of vararg function
.balign 16