cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r107 - trunk/cinvoke/lib/arch


From: will
Subject: [cinvoke-svn] r107 - trunk/cinvoke/lib/arch
Date: 14 Aug 2006 18:23:12 -0400

Author: will
Date: 2006-08-14 18:23:12 -0400 (Mon, 14 Aug 2006)
New Revision: 107

Modified:
   trunk/cinvoke/lib/arch/gcc_x86_unix.h
Log:
gcc fix


Modified: trunk/cinvoke/lib/arch/gcc_x86_unix.h
===================================================================
--- trunk/cinvoke/lib/arch/gcc_x86_unix.h       2006-08-14 22:14:37 UTC (rev 
106)
+++ trunk/cinvoke/lib/arch/gcc_x86_unix.h       2006-08-14 22:23:12 UTC (rev 
107)
@@ -78,7 +78,7 @@
        if (type == CINV_T_FLOAT || type == CINV_T_DOUBLE) { \
                __asm__("fldl %0" :: \
                                "m" ((archvalue).dval) : \
-                               "%st");
+                               "%st"); \
        } \
        __asm__("movl %0, %%eax; \
                        movl %1, %%edx" :: \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]