mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
569bdc7bb7
commit
8f3acf87a2
@ -54,11 +54,11 @@ std::string llvm::sys::disassembleBuffer(uint8_t* start, size_t length,
|
||||
res << ud_insn_off(&ud_obj) << ":\t" << ud_insn_asm(&ud_obj) << "\n";
|
||||
}
|
||||
# else
|
||||
res << "No disassembler available. See configure help for avaiable options.\n";
|
||||
res << "No disassembler available. See configure help for options.\n";
|
||||
# endif
|
||||
|
||||
#else
|
||||
res << "No disassembler available. See configure help for avaiable options.\n";
|
||||
res << "No disassembler available. See configure help for options.\n";
|
||||
#endif
|
||||
|
||||
return res.str();
|
||||
|
Loading…
Reference in New Issue
Block a user