mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
alpha: add missing 'break', spotted by clang analyzer
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f88fe4e370
commit
b2c58871c9
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp)
|
|||
env->ipr[IPR_SYSPTBR] = val;
|
||||
else
|
||||
ret = -1;
|
||||
break;
|
||||
case IPR_TBCHK:
|
||||
/* Read-only */
|
||||
ret = -1;
|
||||
|
|
Loading…
Reference in a new issue