Index: runtime/vm/object_reload.cc |
diff --git a/runtime/vm/object_reload.cc b/runtime/vm/object_reload.cc |
index 31fdfedfdcffe6a645e8417e456b3e5e7af9bb64..dd15a1f80c3ee74681469094f2b0d5452dea6ff6 100644 |
--- a/runtime/vm/object_reload.cc |
+++ b/runtime/vm/object_reload.cc |
@@ -67,7 +67,7 @@ void Code::ResetICDatas(Zone* zone) const { |
} |
const Instructions& instrs = Instructions::Handle(zone, instructions()); |
ASSERT(!instrs.IsNull()); |
- uword base_address = instrs.EntryPoint(); |
+ uword base_address = instrs.PayloadStart(); |
Object& object = Object::Handle(zone); |
intptr_t offsets_length = pointer_offsets_length(); |
const int32_t* offsets = raw_ptr()->data(); |