Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1fc6600262f32b65ea8e069e9aa4a65dc152d1e2..c5e03bf57a844f788f618b67d9b5226ae39e46b5 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -152,7 +152,7 @@ namespace internal { |
F(MathExpRT, 1, 1) \ |
F(RoundNumber, 1, 1) \ |
F(MathFround, 1, 1) \ |
- F(RemPiO2, 1, 1) \ |
+ F(RemPiO2, 2, 1) \ |
\ |
/* Regular expressions */ \ |
F(RegExpInitializeAndCompile, 3, 1) \ |