summaryrefslogtreecommitdiff
path: root/runtime/arm/i64_utof.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arm/i64_utof.S')
-rw-r--r--runtime/arm/i64_utof.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arm/i64_utof.S b/runtime/arm/i64_utof.S
index 711cda0..fbd325c 100644
--- a/runtime/arm/i64_utof.S
+++ b/runtime/arm/i64_utof.S
@@ -62,7 +62,7 @@ FUNCTION(__i64_utof)
vmla.f64 d0, d1, d2 @ d0 = d0 + d1 * d2 = double value of int64
@ Round to single
vcvt.f32.f64 s0, d0
-#ifdef VARIANT_eabi
+#ifdef ABI_eabi
@ Return result in r0
vmov r0, s0
#endif