Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 6912) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -1190,8 +1190,8 @@ |
LInstruction* LChunkBuilder::DoOuterContext(HOuterContext* instr) { |
- Abort("Unimplemented: DoOuterContext"); |
- return NULL; |
+ LOperand* context = UseRegisterAtStart(instr->value()); |
+ return DefineAsRegister(new LOuterContext(context)); |
} |