]> git.proxmox.com Git - qemu.git/commitdiff
alpha: add missing 'break', spotted by clang analyzer
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 25 Apr 2010 20:31:42 +0000 (20:31 +0000)
committerBlue 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

index 46335cdf9c42234977cd459a6a1e862cc0d8f089..9a039cb96b1ae7ad0722643b1cd2a861b27c1edf 100644 (file)
@@ -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;