Index: src/x64/lithium-x64.cc |
=================================================================== |
--- src/x64/lithium-x64.cc (revision 6985) |
+++ src/x64/lithium-x64.cc (working copy) |
@@ -1726,7 +1726,6 @@ |
LInstruction* LChunkBuilder::DoStoreContextSlot(HStoreContextSlot* instr) { |
- Abort("Unimplemented: DoStoreContextSlot"); // Temporarily disabled (whesse). |
LOperand* context; |
LOperand* value; |
if (instr->NeedsWriteBarrier()) { |