| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index cfcae0bd94e597a677b202900790c367530e9a19..e2a0363c7fa1c802b975bbfa1ba07165a982072e 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -674,7 +674,7 @@ void ArgumentsAccessStub::GenerateNewSloppyFast(MacroAssembler* masm) {
|
| __ movp(rdi, Operand(rdi, Context::SlotOffset(kIndex)));
|
| __ jmp(&instantiate, Label::kNear);
|
|
|
| - const int kAliasedIndex = Context::ALIASED_ARGUMENTS_MAP_INDEX;
|
| + const int kAliasedIndex = Context::FAST_ALIASED_ARGUMENTS_MAP_INDEX;
|
| __ bind(&has_mapped_parameters);
|
| __ movp(rdi, Operand(rdi, Context::SlotOffset(kAliasedIndex)));
|
| __ bind(&instantiate);
|
|
|