Author: Jason Molenda Date: 2022-10-25T13:56:02-07:00 New Revision: 779a45515134a040006c17d8b85f91a4d9f810ed
URL: https://github.com/llvm/llvm-project/commit/779a45515134a040006c17d8b85f91a4d9f810ed DIFF: https://github.com/llvm/llvm-project/commit/779a45515134a040006c17d8b85f91a4d9f810ed.diff LOG: Quick fix for previous commit; small code change before commit Added: Modified: lldb/tools/debugserver/source/DNB.cpp Removed: ################################################################################ diff --git a/lldb/tools/debugserver/source/DNB.cpp b/lldb/tools/debugserver/source/DNB.cpp index 7c6fd4b0177b0..89f573d54bf97 100644 --- a/lldb/tools/debugserver/source/DNB.cpp +++ b/lldb/tools/debugserver/source/DNB.cpp @@ -1834,7 +1834,7 @@ bool DNBGetAddressingBits(uint32_t &addressing_bits) { NULL, 0) != 0) { g_addressing_bits = 0; } - } + }); addressing_bits = g_addressing_bits; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits