| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index bbd5cc0cceaa5ba3c9e4c1ee1dbcc8cb90141f04..d1f113ff38b76823a96246965476685ff8802a78 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -7728,7 +7728,7 @@ void StoreArrayLiteralElementStub::Generate(MacroAssembler* masm) {
|
| // Array literal has ElementsKind of FAST_*_DOUBLE_ELEMENTS.
|
| __ bind(&double_elements);
|
| __ lw(t1, FieldMemOperand(a1, JSObject::kElementsOffset));
|
| - __ StoreNumberToDoubleElements(a0, a3, a1,
|
| + __ StoreNumberToDoubleElements(a0, a3,
|
| // Overwrites all regs after this.
|
| t1, t2, t3, t5, a2,
|
| &slow_elements);
|
|
|