提交 b2c58871 编写于 作者: B Blue Swirl

alpha: add missing 'break', spotted by clang analyzer

Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 f88fe4e3
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册