Skip to content

Commit d8ea630

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void DisassembleRequestHandler::operator()(
117117
const auto inst_count =
118118
GetInteger<int64_t>(arguments, "instructionCount").value_or(0);
119119

120-
std::string flavor_string{};
120+
std::string flavor_string;
121121
const auto target_triple = llvm::StringRef(dap.target.GetTriple());
122122
// this handles both 32 and 64bit x86 architecture.
123123
// this logic is also duplicated in

0 commit comments

Comments
 (0)