| Index: src/ic/arm64/ic-compiler-arm64.cc
|
| diff --git a/src/ic/arm64/ic-compiler-arm64.cc b/src/ic/arm64/ic-compiler-arm64.cc
|
| index 9d50c7efd20fe623e70f74b4ff2142ecb71e4cc9..7133359b92b0343dc85310d943937c0c21871523 100644
|
| --- a/src/ic/arm64/ic-compiler-arm64.cc
|
| +++ b/src/ic/arm64/ic-compiler-arm64.cc
|
| @@ -23,7 +23,7 @@ void PropertyICCompiler::GenerateRuntimeSetProperty(
|
| __ Push(x10);
|
|
|
| // Do tail-call to runtime routine.
|
| - __ TailCallRuntime(Runtime::kSetProperty, 4, 1);
|
| + __ TailCallRuntime(Runtime::kSetProperty, 4);
|
| }
|
|
|
| #undef __
|
|
|