| Index: src/mips/builtins-mips.cc
 | 
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
 | 
| index 42a0bbe58bc12a2689f49586a577e2046b1a2ee1..f4a34591961f987200f6f2d33530000ed7b000ee 100644
 | 
| --- a/src/mips/builtins-mips.cc
 | 
| +++ b/src/mips/builtins-mips.cc
 | 
| @@ -138,7 +138,6 @@
 | 
|  
 | 
|    // Run the native code for the Array function called as a normal function.
 | 
|    // Tail call a stub.
 | 
| -  __ mov(a3, a1);
 | 
|    __ LoadRoot(a2, Heap::kUndefinedValueRootIndex);
 | 
|    ArrayConstructorStub stub(masm->isolate());
 | 
|    __ TailCallStub(&stub);
 | 
| 
 |