* [Qemu-devel] [7095] target-mips: fix commit 7046
@ 2009-04-12 8:32 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-04-12 8:32 UTC (permalink / raw)
To: qemu-devel
Revision: 7095
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7095
Author: aurel32
Date: 2009-04-12 08:32:45 +0000 (Sun, 12 Apr 2009)
Log Message:
-----------
target-mips: fix commit 7046
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-mips/translate.c
Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c 2009-04-11 18:43:20 UTC (rev 7094)
+++ trunk/target-mips/translate.c 2009-04-12 08:32:45 UTC (rev 7095)
@@ -6951,7 +6951,7 @@
check_cp1_64bitmode(ctx);
{
int l1 = gen_new_label();
- TCGv_i32 fp0;
+ TCGv_i64 fp0;
if (ft != 0)
tcg_gen_brcondi_tl(TCG_COND_NE, cpu_gpr[ft], 0, l1);
@@ -6967,7 +6967,7 @@
check_cp1_64bitmode(ctx);
{
int l1 = gen_new_label();
- TCGv_i32 fp0;
+ TCGv_i64 fp0;
if (ft != 0) {
tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[ft], 0, l1);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-12 8:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12 8:32 [Qemu-devel] [7095] target-mips: fix commit 7046 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).