mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
specify what is invalid about it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
516088d4ae
commit
a1aa8bba77
@ -62,7 +62,7 @@ static bool PrintInst(const llvm::MCDisassembler &DisAsm,
|
||||
|
||||
if (!DisAsm.getInstruction(Inst, Size, memoryObject, 0, verboseOS)) {
|
||||
SM.PrintMessage(SMLoc::getFromPointer(Bytes[0].second),
|
||||
"invalid instruction", "error");
|
||||
"invalid instruction encoding", "error");
|
||||
errs() << "Diagnostic log:" << '\n';
|
||||
errs() << verboseOS.str() << '\n';
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user