From: Julian Seward Date: Mon, 3 Oct 2005 02:16:02 +0000 (+0000) Subject: Enable Xin_MFence on VexSubArchX86_sse0. X-Git-Tag: svn/VALGRIND_3_1_1^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a1b3f4c07f20195e94138fd9535d71b5857a44e;p=thirdparty%2Fvalgrind.git Enable Xin_MFence on VexSubArchX86_sse0. git-svn-id: svn://svn.valgrind.org/vex/trunk@1407 --- diff --git a/VEX/priv/host-x86/hdefs.c b/VEX/priv/host-x86/hdefs.c index 1338d1cfad..411553c625 100644 --- a/VEX/priv/host-x86/hdefs.c +++ b/VEX/priv/host-x86/hdefs.c @@ -2315,7 +2315,6 @@ Int emit_X86Instr ( UChar* buf, Int nbuf, X86Instr* i ) if (0) vex_printf("EMIT FENCE\n"); switch (i->Xin.MFence.subarch) { case VexSubArchX86_sse0: - vassert(0); /* awaiting test case */ /* lock addl $0,0(%esp) */ *p++ = 0xF0; *p++ = 0x83; *p++ = 0x44; *p++ = 0x24; *p++ = 0x00; *p++ = 0x00;