Index: src/ppc/assembler-ppc-inl.h |
diff --git a/src/ppc/assembler-ppc-inl.h b/src/ppc/assembler-ppc-inl.h |
index 59d3248805209b213259f20428c5811174ac4fcf..c580c09e8b5fdbd897453f588ab1fe5e4ede0268 100644 |
--- a/src/ppc/assembler-ppc-inl.h |
+++ b/src/ppc/assembler-ppc-inl.h |
@@ -202,6 +202,7 @@ void RelocInfo::set_target_object(Object* target, |
target->IsHeapObject()) { |
host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( |
host(), this, HeapObject::cast(target)); |
+ host()->GetHeap()->RecordWriteIntoCode(host(), this, target); |
} |
} |