diff options
Diffstat (limited to 'src/disassembler.cc')
| -rw-r--r-- | src/disassembler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disassembler.cc b/src/disassembler.cc index e3b40ab9..1e67b4cb 100644 --- a/src/disassembler.cc +++ b/src/disassembler.cc @@ -200,7 +200,7 @@ static int DecodeIt(FILE* f, // 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]); // Indent the printing of the reloc info. if (i == 0) { |
