summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2016-07-17 19:57:49 +0000
committerJason Molenda <jmolenda@apple.com>2016-07-17 19:57:49 +0000
commita41deb1c690df45c2adbea10b8aecefa1892a88d (patch)
tree796a096b30df24e9e4ba9944d82470e1ab70d3c3
parent25a6d57b9c38e40e0397842fcea01d86a1c7edf4 (diff)
downloadbcm5719-llvm-a41deb1c690df45c2adbea10b8aecefa1892a88d.tar.gz
bcm5719-llvm-a41deb1c690df45c2adbea10b8aecefa1892a88d.zip
Add missing break stmt to DW_CFA_GNU_args_size case.
llvm-svn: 275729
-rw-r--r--lldb/source/Symbol/DWARFCallFrameInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Symbol/DWARFCallFrameInfo.cpp b/lldb/source/Symbol/DWARFCallFrameInfo.cpp
index 51934daefbf..6a4004bb790 100644
--- a/lldb/source/Symbol/DWARFCallFrameInfo.cpp
+++ b/lldb/source/Symbol/DWARFCallFrameInfo.cpp
@@ -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
OpenPOWER on IntegriCloud