qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6147] target-ppc: fix TGC type mismatch introduced by r6146
@ 2009-01-03 12:35 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-03 12:35 UTC (permalink / raw)
  To: qemu-devel

Revision: 6147
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6147
Author:   aurel32
Date:     2009-01-03 12:35:38 +0000 (Sat, 03 Jan 2009)

Log Message:
-----------
target-ppc: fix TGC type mismatch introduced by r6146

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	2009-01-01 14:09:05 UTC (rev 6146)
+++ trunk/target-ppc/translate.c	2009-01-03 12:35:38 UTC (rev 6147)
@@ -6350,7 +6350,7 @@
     TCGv_i32 t0 = tcg_temp_local_new_i32();                                   \
     TCGv_i32 t1 = tcg_temp_local_new_i32();                                   \
     TCGv_i32 t2 = tcg_temp_local_new_i32();                                   \
-    TCGv_i64 t3 = tcg_temp_local_new();                                       \
+    TCGv_i64 t3 = tcg_temp_local_new_i64();                                   \
     tcg_gen_trunc_i64_i32(t0, cpu_gpr[rA(ctx->opcode)]);                      \
     tcg_gen_trunc_i64_i32(t2, cpu_gpr[rB(ctx->opcode)]);                      \
     tcg_op(t0, t0, t2);                                                       \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-03 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 12:35 [Qemu-devel] [6147] target-ppc: fix TGC type mismatch introduced by r6146 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).