Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index b3a0b9538e9730892746a9bae7a7437430c9944d..2c9a2fdb570109d52c382b6921cb488962c5a8f2 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -7041,11 +7041,13 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = { |
// KeyedStoreIC::GenerateGeneric. |
{ ebx, edx, ecx, EMIT_REMEMBERED_SET}, |
// KeyedStoreStubCompiler::GenerateStoreFastElement. |
- { edi, edx, ecx, EMIT_REMEMBERED_SET}, |
+ { edi, ebx, ecx, EMIT_REMEMBERED_SET}, |
+ { edx, edi, ebx, EMIT_REMEMBERED_SET}, |
// ElementsTransitionGenerator::GenerateSmiOnlyToObject |
// and ElementsTransitionGenerator::GenerateSmiOnlyToDouble |
// and ElementsTransitionGenerator::GenerateDoubleToObject |
{ edx, ebx, edi, EMIT_REMEMBERED_SET}, |
+ { edx, ebx, edi, OMIT_REMEMBERED_SET}, |
// ElementsTransitionGenerator::GenerateDoubleToObject |
{ eax, edx, esi, EMIT_REMEMBERED_SET}, |
{ edx, eax, edi, EMIT_REMEMBERED_SET}, |