]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reinstate "cmps" (without rep). gzip seems to require it.
authorJulian Seward <jseward@acm.org>
Thu, 20 Jan 2005 10:47:46 +0000 (10:47 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 20 Jan 2005 10:47:46 +0000 (10:47 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@722

VEX/priv/guest-x86/toIR.c

index 0bac7382b389cef556115365eb27c2e8898cdcb7..d4251d91f3ad780f8752b346178a8891d4164ceb 100644 (file)
@@ -11150,10 +11150,10 @@ DisResult disInstr ( /*IN*/  Bool       resteerOK,
       dis_string_op( dis_MOVS, ( opc == 0xA4 ? 1 : sz ), "movs", sorb );
       break;
 
-//--    case 0xA6: /* CMPSb, no REP prefix */
+  case 0xA6: /* CMPSb, no REP prefix */
 //--    case 0xA7:
-//--       dis_string_op( cb, dis_CMPS, ( opc == 0xA6 ? 1 : sz ), "cmps", sorb );
-//--       break;
+     dis_string_op( dis_CMPS, ( opc == 0xA6 ? 1 : sz ), "cmps", sorb );
+     break;
 //-- 
    case 0xAA: /* STOS, no REP prefix */
    case 0xAB: