Index: src/full-codegen.cc |
diff --git a/src/full-codegen.cc b/src/full-codegen.cc |
index 4ea455edfe9d2f1ac9c0b4f0109cb69d8297ea24..4e04e8556f7c27c227da0b6d20465a06d307a3a8 100644 |
--- a/src/full-codegen.cc |
+++ b/src/full-codegen.cc |
@@ -1182,6 +1182,7 @@ void FullCodeGenerator::VisitTryCatchStatement(TryCatchStatement* stmt) { |
Label try_entry, handler_entry, exit; |
__ jmp(&try_entry); |
__ bind(&handler_entry); |
+ EnterCatchBlock(); |
// Exception handler code, the exception is in the result register. |
// Extend the context before executing the catch block. |
{ Comment cmnt(masm_, "[ Extend catch context"); |