mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 12:48:59 +00:00
[lldb] Initialize some bitfields in FuncUnwinders.cpp
This got flagged by msan.
This commit is contained in:
parent
55de6fc0b6
commit
57835d0198
@ -41,7 +41,9 @@ FuncUnwinders::FuncUnwinders(UnwindTable &unwind_table, AddressRange range)
|
||||
m_unwind_plan_arch_default_sp(),
|
||||
m_unwind_plan_arch_default_at_func_entry_sp(),
|
||||
m_tried_unwind_plan_assembly(false), m_tried_unwind_plan_eh_frame(false),
|
||||
m_tried_unwind_plan_object_file(false),
|
||||
m_tried_unwind_plan_debug_frame(false),
|
||||
m_tried_unwind_plan_object_file_augmented(false),
|
||||
m_tried_unwind_plan_eh_frame_augmented(false),
|
||||
m_tried_unwind_plan_debug_frame_augmented(false),
|
||||
m_tried_unwind_plan_compact_unwind(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user