Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index c949a423a2e189ecc725427c86d42f74111da7fc..137142aa25b131bd6853b2baaedd54c6fdc47a21 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. |