alpha: fix for no 'break' in the case statement
authorSujay Phadke <electronicsguy123@gmail.com>
Tue, 23 Jan 2018 17:54:12 +0000 (23:24 +0530)
committerGabe Black <gabeblack@google.com>
Thu, 1 Feb 2018 04:43:48 +0000 (04:43 +0000)
commit257a67826291712202299957223c64af7a61ea98
tree5e57dd2fc3660ec73be57902b11b1581159e67b7
parentc872143864dcfee85c22db3904b4c05d0f1ddeae
alpha: fix for no 'break' in the case statement

gem5 won't compile correctly since g++ will throw a warning (error)
that the next case statement below this one is reachable since there is
no 'break' statement.

Signed-off-by: Sujay Phadke
Change-Id: Icab646ee5abcfeb6ba3e690909042927b4003eba
Reviewed-on: https://gem5-review.googlesource.com/7521
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
src/arch/alpha/ev5.cc