]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle Iop_Left16 so And16 / Sub16 work properly with memcheck.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 20 Aug 2012 20:13:27 +0000 (20:13 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 20 Aug 2012 20:13:27 +0000 (20:13 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2473

VEX/priv/host_ppc_isel.c

index c51392da85b58a08a70e88cce67d24f4b3e7cffc..4cfccda09f8f1879a51653ee27e2a184947e001b 100644 (file)
@@ -1850,6 +1850,7 @@ static HReg iselWordExpr_R_wrk ( ISelEnv* env, IRExpr* e )
       }
 
       case Iop_Left8:
+      case Iop_Left16:
       case Iop_Left32: 
       case Iop_Left64: {
          HReg r_src, r_dst;