Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 6c498dee0d582b4766469936775cc4e263a0ab3c..f0bc7183f637f8a0b9c9cd885364ba8437b26221 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -138,9 +138,9 @@ namespace internal { |
F(MathAcos, 1, 1) \ |
F(MathAsin, 1, 1) \ |
F(MathAtan, 1, 1) \ |
- F(MathFloor, 1, 1) \ |
+ F(MathFloorRT, 1, 1) \ |
F(MathAtan2, 2, 1) \ |
- F(MathExp, 1, 1) \ |
+ F(MathExpRT, 1, 1) \ |
F(RoundNumber, 1, 1) \ |
F(MathFround, 1, 1) \ |
\ |
@@ -684,7 +684,7 @@ namespace internal { |
F(ConstructDouble, 2, 1) \ |
F(DoubleHi, 1, 1) \ |
F(DoubleLo, 1, 1) \ |
- F(MathSqrt, 1, 1) \ |
+ F(MathSqrtRT, 1, 1) \ |
F(MathLog, 1, 1) \ |
/* Debugger */ \ |
F(DebugCallbackSupportsStepping, 1, 1) |