]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibble
authorJulian Seward <jseward@acm.org>
Sun, 13 Nov 2005 18:50:39 +0000 (18:50 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 13 Nov 2005 18:50:39 +0000 (18:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5118

coregrind/m_dispatch/dispatch-x86-linux.S

index f357ad71743cb3386bab1fa5155f5e65aa725d0b..29e64166fe37873965fb867b420889bce108e138 100644 (file)
@@ -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)