Index: runtime/vm/code_generator_x64.cc |
=================================================================== |
--- runtime/vm/code_generator_x64.cc (revision 3862) |
+++ runtime/vm/code_generator_x64.cc (working copy) |
@@ -191,6 +191,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(); |
} |