Index: runtime/vm/clustered_snapshot.cc |
diff --git a/runtime/vm/clustered_snapshot.cc b/runtime/vm/clustered_snapshot.cc |
index db4c9c0aff94ec58fda5d8844c41485e74403bec..3b1f79e0644356da5e803bd3eb1bb66206c5b21e 100644 |
--- a/runtime/vm/clustered_snapshot.cc |
+++ b/runtime/vm/clustered_snapshot.cc |
@@ -1598,7 +1598,8 @@ class CodeDeserializationCluster : public DeserializationCluster { |
#endif |
code->ptr()->state_bits_ = d->Read<int32_t>(); |
#if !defined(DART_PRECOMPILED_RUNTIME) |
- code->ptr()->lazy_deopt_pc_offset_ = -1; |
+ code->ptr()->lazy_deopt_return_pc_offset_ = -1; |
+ code->ptr()->lazy_deopt_throw_pc_offset_ = -1; |
#endif |
} |
} |