Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit befff2be authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Fix implicit fall through switch cases." am: b649d39b

am: a7439cf8

Change-Id: I06ce78f3f7dcc61b99f5aae88afa3b111105f72f
parents 9d399d46 a7439cf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  }