Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 6cd70efaa1f9d9a99b3837311ccbfc9dd7c35ed2..8c25ab62ef4dcd414fb512789e70070f3f8db9e2 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2012 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -5966,7 +5966,8 @@ 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 |