Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 6e9e14878383d861231f8611840d7f8e56e4ed4d..d7618b7cbac5126cb5079b79bc14144f5296ce52 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -5990,7 +5990,7 @@ void StoreArrayLiteralElementStub::Generate(MacroAssembler* masm) { |
__ push(rdx); |
__ push(rdi); // Return return address so that tail call returns to right |
// place. |
- __ TailCallRuntime(Runtime::kStoreArrayLiteralElement, 5, 0); |
+ __ TailCallRuntime(Runtime::kStoreArrayLiteralElement, 5, 1); |
if (!FLAG_trace_elements_transitions) { |
// Array literal has ElementsKind of FAST_DOUBLE_ELEMENTS. |