Merge "Fix implicit fall through switch cases."

This commit is contained in:
Christopher Ferris 2018-09-20 00:21:30 +00:00 committed by Gerrit Code Review
commit b649d39bd7

View file

@ -461,6 +461,7 @@ bool DwarfSectionImpl<AddressType>::EvalRegister(const DwarfLocation* loc, uint3
if (reg == eval_info->cie->return_address_register) {
eval_info->return_address_undefined = true;
}
break;
default:
break;
}