Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 8fd272b7eb9c4a23fe1c26ce893ad71afcd3ddae..d97206d0b7bd88b3dccdb83de460fd81b6c46921 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -136,7 +136,6 @@ void FastNewContextStub::Generate(MacroAssembler* masm) { |
// Setup the fixed slots. |
__ Set(ebx, Immediate(0)); // Set to NULL. |
__ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx); |
- __ mov(Operand(eax, Context::SlotOffset(Context::FCONTEXT_INDEX)), eax); |
__ mov(Operand(eax, Context::SlotOffset(Context::PREVIOUS_INDEX)), esi); |
__ mov(Operand(eax, Context::SlotOffset(Context::EXTENSION_INDEX)), ebx); |