| Index: src/ic/mips64/ic-mips64.cc
|
| diff --git a/src/ic/mips64/ic-mips64.cc b/src/ic/mips64/ic-mips64.cc
|
| index 7b22b8c3e2877e70761c4865efd48ab1ffe7b7d0..54e6e643d2e0ddce43b96ae6755e3c2f63153fa9 100644
|
| --- a/src/ic/mips64/ic-mips64.cc
|
| +++ b/src/ic/mips64/ic-mips64.cc
|
| @@ -676,7 +676,7 @@ static void KeyedStoreGenerateMegamorphicHelper(
|
| __ StoreNumberToDoubleElements(value, key,
|
| elements, // Overwritten.
|
| a3, // Scratch regs...
|
| - a4, a5, &transition_double_elements);
|
| + a4, &transition_double_elements);
|
| if (increment_length == kIncrementLength) {
|
| // Add 1 to receiver->length.
|
| __ Daddu(scratch_value, key, Operand(Smi::FromInt(1)));
|
|
|