summaryrefslogtreecommitdiff
path: root/runtime/arm/i64_stod.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arm/i64_stod.S')
-rw-r--r--runtime/arm/i64_stod.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arm/i64_stod.S b/runtime/arm/i64_stod.S
index 81e43e2..e38b466 100644
--- a/runtime/arm/i64_stod.S
+++ b/runtime/arm/i64_stod.S
@@ -46,7 +46,7 @@ __i64_stod:
vcvt.f64.s32 d1, s2 @ convert high half to double (signed)
vldr d2, .LC1 @ d2 = 2^32
vmla.f64 d0, d1, d2 @ d0 = d0 + d1 * d2 = double value of int64
-#ifdef VARIANT_eabi
+#ifdef ABI_eabi
vmov r0, r1, d0 @ return result in r0, r1
#endif
bx lr