| Index: src/x64/stub-cache-x64.cc
|
| diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc
|
| index 9312c65c4587d7e5c4c9e3a8277f92fa58f279aa..93016d35d1a2fa097ebb47cd73437325f000b4a3 100644
|
| --- a/src/x64/stub-cache-x64.cc
|
| +++ b/src/x64/stub-cache-x64.cc
|
| @@ -3804,6 +3804,7 @@ void KeyedStoreStubCompiler::GenerateStoreFastDoubleElement(
|
|
|
| // Increment the length of the array.
|
| __ Move(FieldOperand(rdx, JSArray::kLengthOffset), Smi::FromInt(1));
|
| + __ movq(rdi, FieldOperand(rdx, JSObject::kElementsOffset));
|
| __ jmp(&finish_store);
|
|
|
| __ bind(&check_capacity);
|
|
|