* [Qemu-devel] [4449] compilation fix
@ 2008-05-12 22:55 Fabrice Bellard
0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-12 22:55 UTC (permalink / raw)
To: qemu-devel
Revision: 4449
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4449
Author: bellard
Date: 2008-05-12 22:55:35 +0000 (Mon, 12 May 2008)
Log Message:
-----------
compilation fix
Modified Paths:
--------------
trunk/target-i386/translate.c
Modified: trunk/target-i386/translate.c
===================================================================
--- trunk/target-i386/translate.c 2008-05-12 22:05:33 UTC (rev 4448)
+++ trunk/target-i386/translate.c 2008-05-12 22:55:35 UTC (rev 4449)
@@ -6860,6 +6860,8 @@
cpu_T[0] = tcg_global_reg_new(TCG_TYPE_TL, TCG_AREG1, "T0");
cpu_T[1] = tcg_global_reg_new(TCG_TYPE_TL, TCG_AREG2, "T1");
cpu_A0 = tcg_global_reg_new(TCG_TYPE_TL, TCG_AREG3, "A0");
+#endif
+#if defined(__i386__)
cpu_tmp1 = tcg_global_reg2_new_hack(TCG_TYPE_I64, TCG_AREG1, TCG_AREG2, "tmp1");
#endif
}
@@ -6955,7 +6957,7 @@
#endif
cpu_tmp0 = tcg_temp_new(TCG_TYPE_TL);
-#if TARGET_LONG_BITS > HOST_LONG_BITS
+#if !defined(__i386__)
cpu_tmp1 = tcg_temp_new(TCG_TYPE_I64);
#endif
cpu_tmp2 = tcg_temp_new(TCG_TYPE_I32);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-12 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 22:55 [Qemu-devel] [4449] compilation fix Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).