| Index: src/mips64/interface-descriptors-mips64.cc
|
| diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc
|
| index 77c71aae78a8a1db7fed1f03bee889578ebfa47a..a45ddd805e8469f33ab182b95474d2b639ba57dc 100644
|
| --- a/src/mips64/interface-descriptors-mips64.cc
|
| +++ b/src/mips64/interface-descriptors-mips64.cc
|
| @@ -391,7 +391,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);
|
| }
|
|
|