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