qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4536] Fix build failure for MIPS64 targets on 64-bit hosts


From: Thiemo Seufer
Subject: [Qemu-devel] [4536] Fix build failure for MIPS64 targets on 64-bit hosts.
Date: Fri, 23 May 2008 01:31:58 +0000

Revision: 4536
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4536
Author:   ths
Date:     2008-05-23 01:31:57 +0000 (Fri, 23 May 2008)

Log Message:
-----------
Fix build failure for MIPS64 targets on 64-bit hosts.

Modified Paths:
--------------
    trunk/target-mips/op_helper.c

Modified: trunk/target-mips/op_helper.c
===================================================================
--- trunk/target-mips/op_helper.c       2008-05-22 20:42:15 UTC (rev 4535)
+++ trunk/target-mips/op_helper.c       2008-05-23 01:31:57 UTC (rev 4536)
@@ -159,6 +159,8 @@
         T0 = T1;
 }
 
+#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
+
 void do_dclo (void)
 {
     T0 = clo64(T0);
@@ -169,7 +171,6 @@
     T0 = clz64(T0);
 }
 
-#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
 #endif /* TARGET_MIPS64 */
 
 /* 64 bits arithmetic for 32 bits hosts */






reply via email to

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