diff options
author | Gabe Black <gabeblack@google.com> | 2018-03-27 01:04:03 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-03-27 10:57:45 +0000 |
commit | 4384493da74547e3af0537034fe2644688c388fe (patch) | |
tree | 1358fd842981775b5ac8ef90bdfd117fe3b455d7 /src/arch/sparc/isa.cc | |
parent | 197ae7aca7a911fb06c8e96beddfb6c5712b5561 (diff) | |
download | gem5-4384493da74547e3af0537034fe2644688c388fe.tar.xz |
sparc: Add some missing M5_FALLTHROUGHs and breaks.
These fix what I believe are some bugs, and also some gcc warnings.
Change-Id: I5fb2a1b2f0ef3643b25aaf0c29c096996ef98ec0
Reviewed-on: https://gem5-review.googlesource.com/9402
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/arch/sparc/isa.cc')
-rw-r--r-- | src/arch/sparc/isa.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/sparc/isa.cc b/src/arch/sparc/isa.cc index f6b941e2d..3456029c4 100644 --- a/src/arch/sparc/isa.cc +++ b/src/arch/sparc/isa.cc @@ -480,6 +480,7 @@ ISA::setMiscRegNoEffect(int miscReg, MiscReg val) break; case MISCREG_HINTP: hintp = val; + break; case MISCREG_HTBA: htba = val; break; |