| Index: src/mips/interface-descriptors-mips.cc
|
| diff --git a/src/mips/interface-descriptors-mips.cc b/src/mips/interface-descriptors-mips.cc
|
| index bafe0b661b05c056d44f0b58b56594103f88a138..442368f1e43aef4041a99a5cab4011291a84d150 100644
|
| --- a/src/mips/interface-descriptors-mips.cc
|
| +++ b/src/mips/interface-descriptors-mips.cc
|
| @@ -392,7 +392,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.
|
| + t4 // address of the first argument
|
| };
|
| data->InitializePlatformSpecific(arraysize(registers), registers);
|
| }
|
|
|