| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index 896dd6c1df6b0b5a31da9dae50f154a9439ff1af..50e8b7f6fab357fefe7af797a961b23a20c0b712 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -3433,7 +3433,7 @@ void ToNumberStub::Generate(MacroAssembler* masm) {
|
| __ bind(¬_oddball);
|
|
|
| __ push(r3); // Push argument.
|
| - __ InvokeBuiltin(Context::TO_NUMBER_BUILTIN_INDEX, JUMP_FUNCTION);
|
| + __ TailCallRuntime(Runtime::kToNumber, 1, 1);
|
| }
|
|
|
|
|
|
|