Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 52c424c8675f7ebebce9e8731ddbc16a364e79a0..f0b10047b563128ef2331289373b3d5c9a4bfba5 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1103,6 +1103,7 @@ class RawCode : public RawObject { |
RAW_HEAP_OBJECT_IMPLEMENTATION(Code); |
uword entry_point_; |
+ uword checked_entry_point_; |
RawObject** from() { |
return reinterpret_cast<RawObject**>(&ptr()->active_instructions_); |