Fix implicit fall through switch cases.

Bug: 116020901

Test: Builds with -Werror=implicit-fallthrough.
Change-Id: I401f37585dae6cbf8995389a8a189abc2e102987
This commit is contained in:
Christopher Ferris 2018-09-19 14:12:59 -07:00
parent 16fef65f9e
commit 3f9582f432

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;
}