mirror of https://gitee.com/openkylin/qemu.git
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
|
@ -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 New Issue