| Index: src/x64/lithium-codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.cc (revision 6914)
|
| +++ src/x64/lithium-codegen-x64.cc (working copy)
|
| @@ -2209,7 +2209,7 @@
|
| Register context = ToRegister(instr->context());
|
| Register result = ToRegister(instr->result());
|
| __ movq(result,
|
| - Operand(context, Context::SlotOffset(Context::CLOSURE_INDEX)));
|
| + Operand(context, Context::SlotOffset(Context::CLOSURE_INDEX)));
|
| __ movq(result, FieldOperand(result, JSFunction::kContextOffset));
|
| }
|
|
|
|
|