aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/x86_32/i64_stof.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/x86_32/i64_stof.S')
-rw-r--r--runtime/x86_32/i64_stof.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/x86_32/i64_stof.S b/runtime/x86_32/i64_stof.S
index 25b1d4f7..4b5817ac 100644
--- a/runtime/x86_32/i64_stof.S
+++ b/runtime/x86_32/i64_stof.S
@@ -38,12 +38,12 @@
// Conversion signed long -> single-precision float
-FUNCTION(__i64_stof)
+FUNCTION(__compcert_i64_stof)
fildll 4(%esp)
// The TOS is in extended precision and therefore exact.
// Force rounding to single precision
fstps 4(%esp)
flds 4(%esp)
ret
-ENDFUNCTION(__i64_stof)
+ENDFUNCTION(__compcert_i64_stof)