Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 139590d5014e2c1a4628bc5db8d1845de92ff29b..0cce68fd7171b54ab56fe479e8252b3442b51176 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -1688,7 +1688,7 @@ void ArgumentsAccessStub::GenerateNewSloppyFast(MacroAssembler* masm) { |
__ Addu(t5, t5, Operand(Heap::kSloppyArgumentsObjectSize)); |
// Do the allocation of all three objects in one go. |
- __ Allocate(t5, v0, t0, t5, &runtime, TAG_OBJECT); |
+ __ Allocate(t5, v0, t5, t0, &runtime, TAG_OBJECT); |
// v0 = address of new object(s) (tagged) |
// a2 = argument count (smi-tagged) |