Index: src/ic-inl.h |
diff --git a/src/ic-inl.h b/src/ic-inl.h |
index ca02183dbdb6d17a4682a530ad4ea17bfe1d0d79..01a6912ae12209695b2603da92e51ccc4e250f2f 100644 |
--- a/src/ic-inl.h |
+++ b/src/ic-inl.h |
@@ -91,7 +91,7 @@ void IC::SetTargetAtAddress(Address address, Code* target) { |
Code::GetStrictMode(target->extra_ic_state())); |
} |
#endif |
- Assembler::set_target_address_at(address, target->instruction_start()); |
+ Assembler::set_target_address_at(address, target->entry()); |
if (heap->gc_state() == Heap::MARK_COMPACT) { |
heap->mark_compact_collector()->RecordCodeTargetPatch(address, target); |
} else { |