qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 25517f9] Use correct type for SPARC cpu_cc_op


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 25517f9] Use correct type for SPARC cpu_cc_op
Date: Mon, 08 Jun 2009 13:03:18 -0000

From: Paul Brook <address@hidden>

Signed-off-by: Paul Brook <address@hidden>

diff --git a/target-sparc/translate.c b/target-sparc/translate.c
index cd22f2b..6de4079 100644
--- a/target-sparc/translate.c
+++ b/target-sparc/translate.c
@@ -42,7 +42,8 @@
 
 /* global register indexes */
 static TCGv_ptr cpu_env, cpu_regwptr;
-static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst, cpu_cc_op;
+static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst;
+static TCGv_i32 cpu_cc_op;
 static TCGv_i32 cpu_psr;
 static TCGv cpu_fsr, cpu_pc, cpu_npc, cpu_gregs[8];
 static TCGv cpu_y;




reply via email to

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