================
@@ -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;
----------------
felipepiovezan wrote:

Yes! Sorry, I am trying `git spr` for the first time to create stacked 
branches. I've just updated the PR message with all 4 commits in the series.

https://github.com/llvm/llvm-project/pull/169631
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to