| Index: src/ic/ppc/ic-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/ic-compiler-ppc.cc b/src/ic/ppc/ic-compiler-ppc.cc
|
| index c5e9103a975eca888bbc5828d1a1512983e85991..053968a4fffeab348ed00a5348723a454e9b3c9e 100644
|
| --- a/src/ic/ppc/ic-compiler-ppc.cc
|
| +++ b/src/ic/ppc/ic-compiler-ppc.cc
|
| @@ -20,7 +20,7 @@ void PropertyICCompiler::GenerateRuntimeSetProperty(
|
| StoreDescriptor::ValueRegister(), r0);
|
|
|
| // Do tail-call to runtime routine.
|
| - __ TailCallRuntime(Runtime::kSetProperty, 4, 1);
|
| + __ TailCallRuntime(Runtime::kSetProperty, 4);
|
| }
|
|
|
|
|
|
|