Index: src/mips64/code-stubs-mips64.cc |
diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc |
index 4bde30ea23d9c0b3f8489be6f8663770dd4b56cd..4300ad9a0901f737b5c64d6e7eaa3d0c945678a7 100644 |
--- a/src/mips64/code-stubs-mips64.cc |
+++ b/src/mips64/code-stubs-mips64.cc |
@@ -1690,7 +1690,7 @@ void ArgumentsAccessStub::GenerateNewSloppyFast(MacroAssembler* masm) { |
__ Daddu(t1, t1, Operand(Heap::kSloppyArgumentsObjectSize)); |
// Do the allocation of all three objects in one go. |
- __ Allocate(t1, v0, a4, t1, &runtime, TAG_OBJECT); |
+ __ Allocate(t1, v0, t1, a4, &runtime, TAG_OBJECT); |
// v0 = address of new object(s) (tagged) |
// a2 = argument count (smi-tagged) |