Index: runtime/vm/deopt_instructions.cc |
diff --git a/runtime/vm/deopt_instructions.cc b/runtime/vm/deopt_instructions.cc |
index e658740f4cae75447090f79a13e20eaf7061bb9c..18aa1a181cfd579a6d56da5c27cca27090a9a832 100644 |
--- a/runtime/vm/deopt_instructions.cc |
+++ b/runtime/vm/deopt_instructions.cc |
@@ -697,7 +697,7 @@ class DeoptPcMarkerInstr : public DeoptInstr { |
function ^= deopt_context->ObjectAt(object_table_index_); |
if (function.IsNull()) { |
*reinterpret_cast<RawObject**>(dest_addr) = deopt_context->is_lazy_deopt() |
- ? StubCode::DeoptimizeLazy_entry()->code() |
+ ? StubCode::DeoptimizeLazyFromReturn_entry()->code() |
: StubCode::Deoptimize_entry()->code(); |
return; |
} |