Index: src/assembler.cc |
diff --git a/src/assembler.cc b/src/assembler.cc |
index a91234b557c57649b28f36463b9c4efd6a220c0d..33cf0f3af09390a43efe44969b3d9ef1a5633f62 100644 |
--- a/src/assembler.cc |
+++ b/src/assembler.cc |
@@ -518,6 +518,7 @@ void RelocIterator::next() { |
RelocIterator::RelocIterator(Code* code, int mode_mask) { |
+ rinfo_.host_ = code; |
rinfo_.pc_ = code->instruction_start(); |
rinfo_.data_ = 0; |
// Relocation info is read backwards. |