]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of assertion getting in the way of handling 'sbbb G,E' where E
authorJulian Seward <jseward@acm.org>
Sun, 21 May 2006 15:38:38 +0000 (15:38 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 21 May 2006 15:38:38 +0000 (15:38 +0000)
is memory.  Fixes #127631.

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

VEX/priv/guest-amd64/toIR.c

index a4b444218046420caffceed029977b94ab52c815..e68e316974f1e7aad1c0b4703beeb1b43f065ee3 100644 (file)
@@ -2636,7 +2636,6 @@ ULong dis_op2_G_E ( Prefix      pfx,
          storeLE(mkexpr(addr), mkexpr(dst1));
       } else
       if (addSubCarry && op8 == Iop_Sub8) {
-         vassert(0); /* awaiting test case */
          helper_SBB( size, dst1, dst0, src );
          storeLE(mkexpr(addr), mkexpr(dst1));
       } else {