Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 41acb5943da537e656ea08764aff641fff2812ef..a1673caac63db13ed8a34605936949cf451b41b7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -404,7 +404,7 @@ namespace internal { |
F(MathSqrt, 1, 1) \ |
F(MathFround, 1, 1) \ |
F(IsMinusZero, 1, 1) \ |
- F(InitializeRNG, 0, 1) |
+ F(GenerateRandomNumbers, 1, 1) |
#define FOR_EACH_INTRINSIC_NUMBERS(F) \ |