]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips: add a missing break
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 9 Oct 2014 01:19:34 +0000 (01:19 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 9 Oct 2014 01:19:34 +0000 (01:19 +0000)
Add a missing break found by IBM's BEAM checker and reported by Florian.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2972

VEX/priv/host_mips_isel.c

index fd32ff49ca1ab1045d67e431ef2eb5df709f87f2..c3bbd9a10f8bd63dba6697a196b93e883543cecb 100644 (file)
@@ -3954,6 +3954,7 @@ static void iselStmt(ISelEnv * env, IRStmt * stmt)
             addInstr(env, MIPSInstr_Cas(4, old, addr, expd, data, mode64));
          }
       }
+      return;
 
    /* --------- INSTR MARK --------- */
    /* Doesn't generate any executable code ... */