* [Qemu-devel] [5661] target-ppc: fix TCG argument
@ 2008-11-09 18:27 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-11-09 18:27 UTC (permalink / raw)
To: qemu-devel
Revision: 5661
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5661
Author: aurel32
Date: 2008-11-09 18:27:28 +0000 (Sun, 09 Nov 2008)
Log Message:
-----------
target-ppc: fix TCG argument
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-11-09 17:27:36 UTC (rev 5660)
+++ trunk/target-ppc/translate.c 2008-11-09 18:27:28 UTC (rev 5661)
@@ -1304,7 +1304,7 @@
TCGv t0 = tcg_temp_local_new(TCG_TYPE_TL);
#if defined(TARGET_PPC64)
if (ctx->sf_mode) {
- tcg_gen_movi_tl(t0, arg1);
+ tcg_gen_mov_tl(t0, arg1);
tcg_gen_brcondi_tl(TCG_COND_EQ, t0, INT64_MIN, l1);
} else
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-09 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-09 18:27 [Qemu-devel] [5661] target-ppc: fix TCG argument Aurelien Jarno
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).