From: Julian Seward Date: Sun, 13 Nov 2005 18:50:39 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_3_1_0~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18afc93af3c2ca006fcad31357447dfff4465b09;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5118 --- diff --git a/coregrind/m_dispatch/dispatch-x86-linux.S b/coregrind/m_dispatch/dispatch-x86-linux.S index f357ad7174..29e64166fe 100644 --- a/coregrind/m_dispatch/dispatch-x86-linux.S +++ b/coregrind/m_dispatch/dispatch-x86-linux.S @@ -133,8 +133,8 @@ run_innerloop_exit: /* We're leaving. Check that nobody messed with %mxcsr or %fpucw. We can't mess with %eax here as it holds the tentative return value, but any other is OK. */ -/* This fails for self-hosting, so skip in that case */ #if !defined(ENABLE_INNER) + /* This check fails for self-hosting, so skip in that case */ pushl $0 fstcw (%esp) cmpl $0x027F, (%esp)