| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 91958652725464678ed0a5b82731a9b162721a4a..225c71eaee6982895932cd1e9afea410c012babf 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -899,9 +899,8 @@ void ArgumentsAccessStub::GenerateNewSloppyFast(MacroAssembler* masm) {
|
| __ jmp(&instantiate, Label::kNear);
|
|
|
| __ bind(&has_mapped_parameters);
|
| - __ mov(
|
| - edi,
|
| - Operand(edi, Context::SlotOffset(Context::ALIASED_ARGUMENTS_MAP_INDEX)));
|
| + __ mov(edi, Operand(edi, Context::SlotOffset(
|
| + Context::FAST_ALIASED_ARGUMENTS_MAP_INDEX)));
|
| __ bind(&instantiate);
|
|
|
| // eax = address of new object (tagged)
|
|
|