| Index: runtime/vm/deopt_instructions.cc
|
| ===================================================================
|
| --- runtime/vm/deopt_instructions.cc (revision 23031)
|
| +++ runtime/vm/deopt_instructions.cc (working copy)
|
| @@ -742,6 +742,8 @@
|
| ASSERT(instr->kind() == kRetAddress);
|
| DeoptRetAddressInstr* ret_address_instr =
|
| static_cast<DeoptRetAddressInstr*>(instr);
|
| + // TODO(regis): The following assert may trigger when displaying a backtrace
|
| + // from the simulator.
|
| ASSERT(Isolate::IsDeoptAfter(ret_address_instr->deopt_id()));
|
| ASSERT(!object_table.IsNull());
|
| ASSERT(func != NULL);
|
|
|