[llvm-branch-commits] [lldb] [lldb][NFC] Rename forward_branch_offset to branch_offset in UnwindAssemblyInstEmulation (PR #169631)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 26 03:20:21 PST 2025
================
@@ -152,7 +152,7 @@ class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
bool m_curr_row_modified;
// The instruction is branching forward with the given offset. 0 value means
// no branching.
- uint32_t m_forward_branch_offset;
+ uint32_t m_branch_offset = 0;
----------------
DavidSpickett wrote:
Is this going to become signed later too?
https://github.com/llvm/llvm-project/pull/169631
More information about the llvm-branch-commits
mailing list