Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index ff5bf1d03104d2e715219948f182cf3d16640357..f1c45c92b5a507665b226be666c95d0767d7b57a 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -875,7 +875,7 @@ void MathPowStub::Generate(MacroAssembler* masm) { |
if (exponent_type_ == ON_STACK) { |
// The arguments are still on the stack. |
__ bind(&call_runtime); |
- __ TailCallRuntime(Runtime::kMath_pow_cfunction, 2, 1); |
+ __ TailCallRuntime(Runtime::kHiddenMathPow, 2, 1); |
// The stub is called from non-optimized code, which expects the result |
// as heap number in rax. |