]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't panic on MMX UInstrs. In effect, makes it work for MMX, as well
authorJulian Seward <jseward@acm.org>
Tue, 30 Sep 2003 00:13:30 +0000 (00:13 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 30 Sep 2003 00:13:30 +0000 (00:13 +0000)
as SSE/SSE2.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1861

lackey/lk_main.c

index a45453a4838e671e394e0b108374d388d3f16367..bb3aa44656709576e863217223c6bb9c25869952 100644 (file)
@@ -182,13 +182,6 @@ UCodeBlock* SK_(instrument)(UCodeBlock* cb_in, Addr orig_addr)
             }
             break;
 
-         case MMX1: case MMX2: case MMX3:
-         case MMX2_MemRd: case MMX2_MemWr:
-         case MMX2_ERegRd: case MMX2_ERegWr:
-            VG_(skin_panic)(
-               "I don't know how to instrument MMXish stuff (yet)");
-            break;
-         
          default:
             /* Count UInstr */
             VG_(call_helper_0_0)(cb, (Addr) & add_one_UInstr);