Index: src/disassembler.cc |
diff --git a/src/disassembler.cc b/src/disassembler.cc |
index f02d43ad8aef93327a76d42ade109dc92c6baa79..2af64228c6f2ac8f09c826b9af1c7cfcb387392a 100644 |
--- a/src/disassembler.cc |
+++ b/src/disassembler.cc |
@@ -200,7 +200,7 @@ static int DecodeIt(Isolate* isolate, |
// Print all the reloc info for this instruction which are not comments. |
for (int i = 0; i < pcs.length(); i++) { |
// Put together the reloc info |
- RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], NULL); |
+ RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], converter.code()); |
// Indent the printing of the reloc info. |
if (i == 0) { |