diff options
Diffstat (limited to 'llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp index 18e26544f53..649ba20324b 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp @@ -110,7 +110,7 @@ void MipsInstPrinter::printInst(const MCInst *MI, uint64_t Address, // Try to print any aliases first. if (!printAliasInstr(MI, O) && !printAlias(*MI, O)) - printInstruction(MI, O); + printInstruction(MI, Address, O); printAnnotation(O, Annot); switch (MI->getOpcode()) { |