| Index: src/mips/interface-descriptors-mips.cc
|
| diff --git a/src/mips/interface-descriptors-mips.cc b/src/mips/interface-descriptors-mips.cc
|
| index 3148eacfaed2f187eb93dad0cbba91524946e639..4f009a488c08074594333e6337426626a2e90c08 100644
|
| --- a/src/mips/interface-descriptors-mips.cc
|
| +++ b/src/mips/interface-descriptors-mips.cc
|
| @@ -381,8 +381,7 @@
|
| a0, // argument count (not including receiver)
|
| a3, // new target
|
| a1, // constructor to call
|
| - a2, // allocation site feedback if available, undefined otherwise.
|
| - t4 // address of the first argument
|
| + a2 // address of the first argument
|
| };
|
| data->InitializePlatformSpecific(arraysize(registers), registers);
|
| }
|
|
|