| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 77048cb5d3e7d924553ba7464a4b167ee8acdd0b..cb3bc876776281f3690435669b754bd065f79ccd 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.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:
|
| @@ -7041,7 +7041,8 @@ 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
|
|
|