Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 50cddcaae55cf8d587b9c7f67406884cac6abd98..97e22fda9c3732e3c82e40d5f042f84b5623fa5f 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -7071,7 +7071,7 @@ void StoreArrayLiteralElementStub::Generate(MacroAssembler* masm) { |
__ push(edx); |
__ push(edi); // Return return address so that tail call returns to right |
// place. |
- __ TailCallRuntime(Runtime::kStoreArrayLiteralElement, 5, 1); |
+ __ TailCallRuntime(Runtime::kStoreArrayLiteralElement, 5, 0); |
if (!FLAG_trace_elements_transitions) { |
// Array literal has ElementsKind of FAST_DOUBLE_ELEMENTS. |