forked from OSchip/llvm-project
Add missing break stmt to DW_CFA_GNU_args_size case.
llvm-svn: 275729
This commit is contained in:
parent
25a6d57b9c
commit
a41deb1c69
|
@ -673,6 +673,7 @@ DWARFCallFrameInfo::FDEToUnwindPlan (dw_offset_t dwarf_offset, Address startaddr
|
|||
|
||||
// TODO: Figure out how we should handle this.
|
||||
m_cfi_data.GetULEB128(&offset);
|
||||
break;
|
||||
}
|
||||
|
||||
case DW_CFA_val_offset : // 0x14
|
||||
|
|
Loading…
Reference in New Issue