projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88fe4e
)
alpha: add missing 'break', spotted by clang analyzer
author
Blue Swirl
<blauwirbel@gmail.com>
Sun, 25 Apr 2010 20:31:42 +0000
(20:31 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 25 Apr 2010 20:31:42 +0000
(20:31 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-alpha/helper.c
patch
|
blob
|
history
diff --git
a/target-alpha/helper.c
b/target-alpha/helper.c
index 46335cdf9c42234977cd459a6a1e862cc0d8f089..9a039cb96b1ae7ad0722643b1cd2a861b27c1edf 100644
(file)
--- a/
target-alpha/helper.c
+++ b/
target-alpha/helper.c
@@
-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;