| Index: src/mips64/builtins-mips64.cc
 | 
| diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc
 | 
| index 89fda10b0596e28bbac4ff7cd40e8df50f1c26d7..2d676a1fa9600e39d80323e793f91a553bab80b4 100644
 | 
| --- a/src/mips64/builtins-mips64.cc
 | 
| +++ b/src/mips64/builtins-mips64.cc
 | 
| @@ -137,7 +137,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);
 | 
| 
 |