| Index: src/mips64/interface-descriptors-mips64.cc
 | 
| diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc
 | 
| index 637ba73de6a34d7c6f2465e5a4c06fd69d6b52c1..a7057c907d1312f8ba343695d02cfa234507317c 100644
 | 
| --- a/src/mips64/interface-descriptors-mips64.cc
 | 
| +++ b/src/mips64/interface-descriptors-mips64.cc
 | 
| @@ -380,7 +380,8 @@ void InterpreterPushArgsAndConstructDescriptor::InitializePlatformSpecific(
 | 
|        a0,  // argument count (not including receiver)
 | 
|        a3,  // new target
 | 
|        a1,  // constructor to call
 | 
| -      a2   // address of the first argument
 | 
| +      a2,  // allocation site feedback if available, undefined otherwise.
 | 
| +      a4   // address of the first argument
 | 
|    };
 | 
|    data->InitializePlatformSpecific(arraysize(registers), registers);
 | 
|  }
 | 
| 
 |