[lldb] Insert break to avoid unannotated fall-through

llvm-svn: 374545
This commit is contained in:
Kadir Cetinkaya 2019-10-11 12:33:47 +00:00
parent b051a19aa0
commit cb5324c462
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ int32_t EHProgramRange::GetCFAFrameOffset() const {
case EHInstruction::Type::PUSH_REGISTER:
case EHInstruction::Type::ALLOCATE:
result += it->frame_offset;
break;
default:
break;
}