We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbf286 commit b3ef9b9Copy full SHA for b3ef9b9
lldb/source/Commands/CommandObjectDisassemble.cpp
@@ -190,7 +190,7 @@ void CommandObjectDisassemble::CommandOptions::OptionParsingStarting(
190
// architecture. For now GetDisassemblyFlavor is really only valid for x86
191
// (and for the llvm assembler plugin, but I'm papering over that since that
192
// is the only disassembler plugin we have...
193
- // this logic is also duplicated in `Handler/DisassembleRequestHandler`
+ // This logic is duplicated in `Handler/DisassembleRequestHandler`.
194
if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 ||
195
target->GetArchitecture().GetTriple().getArch() ==
196
llvm::Triple::x86_64) {
0 commit comments