| Index: src/mips64/interface-descriptors-mips64.cc
|
| diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc
|
| index 0716744f1c0ef9a56aa518afbbfc9d9ce3a7dcd7..3dfa67297689646e6a4c6b5772dbce2fc402e667 100644
|
| --- a/src/mips64/interface-descriptors-mips64.cc
|
| +++ b/src/mips64/interface-descriptors-mips64.cc
|
| @@ -381,7 +381,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);
|
| }
|
|
|