| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 9feef086e8e1acb7b59375bb0956a39ff423077d..4866cabb304ac9c34c2d96e53807e40f32633e36 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -5966,11 +5966,13 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| // KeyedStoreIC::GenerateGeneric.
|
| { rbx, rdx, rcx, EMIT_REMEMBERED_SET},
|
| // KeyedStoreStubCompiler::GenerateStoreFastElement.
|
| - { rdi, rdx, rcx, EMIT_REMEMBERED_SET},
|
| + { rdi, rbx, rcx, EMIT_REMEMBERED_SET},
|
| + { rdx, rdi, rbx, EMIT_REMEMBERED_SET},
|
| // ElementsTransitionGenerator::GenerateSmiOnlyToObject
|
| // and ElementsTransitionGenerator::GenerateSmiOnlyToObject
|
| // and ElementsTransitionGenerator::GenerateDoubleToObject
|
| { rdx, rbx, rdi, EMIT_REMEMBERED_SET},
|
| + { rdx, rbx, rdi, OMIT_REMEMBERED_SET},
|
| // ElementsTransitionGenerator::GenerateSmiOnlyToDouble
|
| // and ElementsTransitionGenerator::GenerateDoubleToObject
|
| { rdx, r11, r15, EMIT_REMEMBERED_SET},
|
|
|