aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/x86_64')
-rw-r--r--runtime/x86_64/vararg.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/x86_64/vararg.S b/runtime/x86_64/vararg.S
index 3e645474..9c0d787b 100644
--- a/runtime/x86_64/vararg.S
+++ b/runtime/x86_64/vararg.S
@@ -117,7 +117,7 @@ FUNCTION(__compcert_va_float64)
ENDFUNCTION(__compcert_va_float64)
FUNCTION(__compcert_va_composite)
- jmp __compcert_va_int64 // by-ref convention, FIXME
+ jmp GLOB(__compcert_va_int64) // by-ref convention, FIXME
ENDFUNCTION(__compcert_va_composite)
// Save integer and FP registers at beginning of vararg function