summaryrefslogtreecommitdiff
path: root/runtime/arm/vararg.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arm/vararg.S')
-rw-r--r--runtime/arm/vararg.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arm/vararg.S b/runtime/arm/vararg.S
index e352582..ae06e36 100644
--- a/runtime/arm/vararg.S
+++ b/runtime/arm/vararg.S
@@ -67,7 +67,7 @@ FUNCTION(__compcert_va_float64)
ADD r1, r1, #15 @ 8-align and advance by 8
BIC r1, r1, #7
str r1, [r0, #0] @ update ap
-#ifdef VARIANT_eabi
+#ifdef ABI_eabi
ldr r0, [r1, #-8] @ load next argument and return it in r0,r1
ldr r1, [r1, #-4]
#else