Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index e65886b709508447a08a77ab90f844618576160d..4d07b7e302c2eaaff80d2ccc6075a77246611b6a 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -7327,11 +7327,13 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = { |
{ a2, a1, a3, EMIT_REMEMBERED_SET }, |
{ a3, a1, a2, EMIT_REMEMBERED_SET }, |
// KeyedStoreStubCompiler::GenerateStoreFastElement. |
- { t0, a2, a3, EMIT_REMEMBERED_SET }, |
+ { a3, a2, t0, EMIT_REMEMBERED_SET }, |
+ { a2, a3, t0, EMIT_REMEMBERED_SET }, |
// ElementsTransitionGenerator::GenerateSmiOnlyToObject |
// and ElementsTransitionGenerator::GenerateSmiOnlyToDouble |
// and ElementsTransitionGenerator::GenerateDoubleToObject |
{ a2, a3, t5, EMIT_REMEMBERED_SET }, |
+ { a2, a3, t5, OMIT_REMEMBERED_SET }, |
// ElementsTransitionGenerator::GenerateDoubleToObject |
{ t2, a2, a0, EMIT_REMEMBERED_SET }, |
{ a2, t2, t5, EMIT_REMEMBERED_SET }, |