Index: src/ic/x64/ic-compiler-x64.cc |
diff --git a/src/ic/x64/ic-compiler-x64.cc b/src/ic/x64/ic-compiler-x64.cc |
index 1f22f3bba0936c487aa54c67f1eeed03c1ff9af9..bac85b2508f220a904e2c4dc9d96b641c8a5f961 100644 |
--- a/src/ic/x64/ic-compiler-x64.cc |
+++ b/src/ic/x64/ic-compiler-x64.cc |
@@ -28,7 +28,7 @@ void PropertyICCompiler::GenerateRuntimeSetProperty( |
__ PushReturnAddressFrom(rbx); |
// Do tail-call to runtime routine. |
- __ TailCallRuntime(Runtime::kSetProperty, 4, 1); |
+ __ TailCallRuntime(Runtime::kSetProperty, 4); |
} |