Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 332ed4b6ab5c7367c45fb56e04bc37e938aa4950..7851b58c2199d47c4007ccb7d642051eeea2cc7b 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -1511,7 +1511,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 exponent. |