mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 14:12:11 +00:00
For ARM Disassembler, start a newline to dump the opcode and friends for an instruction.
Change inspired by llvm-bug 9530 submitted by Jyun-Yan You. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d668a8605
commit
c59c87c322
@ -378,7 +378,7 @@ bool ARMDisassembler::getInstruction(MCInst &MI,
|
||||
Size = 4;
|
||||
|
||||
DEBUG({
|
||||
errs() << "Opcode=" << Opcode << " Name=" << ARMUtils::OpcodeName(Opcode)
|
||||
errs() << "\nOpcode=" << Opcode << " Name=" <<ARMUtils::OpcodeName(Opcode)
|
||||
<< " Format=" << stringForARMFormat(Format) << '(' << (int)Format
|
||||
<< ")\n";
|
||||
showBitVector(errs(), insn);
|
||||
|
Loading…
Reference in New Issue
Block a user