| Index: src/ia32/ic-ia32.cc
|
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
|
| index 52aa0ea11022c10237aec8f70613348accc7beaa..91089519b6ab4ebc300a03517c4b4246f98b3665 100644
|
| --- a/src/ia32/ic-ia32.cc
|
| +++ b/src/ia32/ic-ia32.cc
|
| @@ -775,7 +775,7 @@ static void KeyedStoreGenerateGenericHelper(
|
|
|
| __ bind(&fast_double_without_map_check);
|
| __ StoreNumberToDoubleElements(eax, ebx, ecx, edi, xmm0,
|
| - &transition_double_elements, false);
|
| + &transition_double_elements);
|
| if (increment_length == kIncrementLength) {
|
| // Add 1 to receiver->length.
|
| __ add(FieldOperand(edx, JSArray::kLengthOffset),
|
|
|