Index: src/disassembler.cc |
=================================================================== |
--- src/disassembler.cc (revision 9327) |
+++ src/disassembler.cc (working copy) |
@@ -200,7 +200,7 @@ |
// 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]); |
+ RelocInfo relocinfo(pcs[i], rmodes[i], datas[i], NULL); |
// Indent the printing of the reloc info. |
if (i == 0) { |