arm: Add a missing "break" in an ARM miscreg decode function.
authorGabe Black <gabeblack@google.com>
Thu, 25 Jun 2020 23:03:17 +0000 (16:03 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 26 Jun 2020 21:37:35 +0000 (21:37 +0000)
commited9c59b0e93e994b7f1ffe13ce26f647d81b1a9a
tree2a9811e07824f1063c728a73234a956258b6a55f
parent4b7f1687db86d1dc5de586047af56d4139af1f06
arm: Add a missing "break" in an ARM miscreg decode function.

This change accidentally left out a "break" which gcc found and
complained about.

arch-arm: Implementation of Hardware Breakpoint exception

This change adds in the break based on the assumption that the function
should not fall through that case to the next.

Change-Id: Id728a0c9a504d1b6d231d3fe1e7c5ece05d3ac4d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30654
Reviewed-by: Jordi Vaquero <jordi.vaquero@metempsy.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/miscregs.cc