Index: src/ia32/code-stubs-ia32.cc |
=================================================================== |
--- src/ia32/code-stubs-ia32.cc (revision 11458) |
+++ src/ia32/code-stubs-ia32.cc (working copy) |
@@ -5014,11 +5014,9 @@ |
__ j(not_equal, ¬_outermost_js, Label::kNear); |
__ mov(Operand::StaticVariable(js_entry_sp), ebp); |
__ push(Immediate(Smi::FromInt(StackFrame::OUTERMOST_JSENTRY_FRAME))); |
- Label cont; |
- __ jmp(&cont, Label::kNear); |
+ __ jmp(&invoke, Label::kNear); |
__ bind(¬_outermost_js); |
__ push(Immediate(Smi::FromInt(StackFrame::INNER_JSENTRY_FRAME))); |
- __ bind(&cont); |
// Jump to a faked try block that does the invoke, with a faked catch |
// block that sets the pending exception. |