|
From: <sv...@va...> - 2005-11-13 18:50:44
|
Author: sewardj
Date: 2005-11-13 18:50:39 +0000 (Sun, 13 Nov 2005)
New Revision: 5118
Log:
wibble
Modified:
trunk/coregrind/m_dispatch/dispatch-x86-linux.S
Modified: trunk/coregrind/m_dispatch/dispatch-x86-linux.S
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_dispatch/dispatch-x86-linux.S 2005-11-13 17:57:32 U=
TC (rev 5117)
+++ trunk/coregrind/m_dispatch/dispatch-x86-linux.S 2005-11-13 18:50:39 U=
TC (rev 5118)
@@ -133,8 +133,8 @@
/* 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)
|