================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to