Index: runtime/vm/code_generator_ia32.cc |
=================================================================== |
--- runtime/vm/code_generator_ia32.cc (revision 3862) |
+++ runtime/vm/code_generator_ia32.cc (working copy) |
@@ -188,6 +188,7 @@ |
try_index_(CatchClauseNode::kInvalidTryIndex) { |
ASSERT(assembler_ != NULL); |
ASSERT(parsed_function.node_sequence() != NULL); |
+ ASSERT(Isolate::Current()->long_jump_base()->IsSafeToJump()); |
pc_descriptors_list_ = new CodeGenerator::DescriptorList(); |
exception_handlers_list_ = new CodeGenerator::HandlerList(); |
} |