Skip to content

Commit ebbf286

Browse files
Update lldb/tools/lldb-dap/Handler/DisassembleRequestHandler.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent d8ea630 commit ebbf286

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/Handler/DisassembleRequestHandler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ void DisassembleRequestHandler::operator()(
119119

120120
std::string flavor_string;
121121
const auto target_triple = llvm::StringRef(dap.target.GetTriple());
122-
// this handles both 32 and 64bit x86 architecture.
123-
// this logic is also duplicated in
122+
// This handles both 32 and 64bit x86 architecture. The logic is duplicated in
124123
// `CommandObjectDisassemble::CommandOptions::OptionParsingStarting`
125124
if (target_triple.starts_with("x86")) {
126125
const lldb::SBStructuredData flavor =

0 commit comments

Comments
 (0)