From: Julian Seward Date: Tue, 30 Sep 2003 00:13:30 +0000 (+0000) Subject: Don't panic on MMX UInstrs. In effect, makes it work for MMX, as well X-Git-Tag: svn/VALGRIND_2_1_0~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b96d8d6227dd313feb7e08cface61c7ce33433d9;p=thirdparty%2Fvalgrind.git Don't panic on MMX UInstrs. In effect, makes it work for MMX, as well as SSE/SSE2. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1861 --- diff --git a/lackey/lk_main.c b/lackey/lk_main.c index a45453a483..bb3aa44656 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -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);