qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 6b74327] Sparc32/64: Fix user emulator breakage


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 6b74327] Sparc32/64: Fix user emulator breakage
Date: Tue, 18 Aug 2009 18:10:45 -0000

From: Blue Swirl <address@hidden>

Signed-off-by: Blue Swirl <address@hidden>

diff --git a/target-sparc/helper.c b/target-sparc/helper.c
index 31b61bc..920432c 100644
--- a/target-sparc/helper.c
+++ b/target-sparc/helper.c
@@ -684,6 +684,7 @@ void cpu_reset(CPUSPARCState *env)
     env->wim = 1;
 #endif
     env->regwptr = env->regbase + (env->cwp * 16);
+    CC_OP = CC_OP_FLAGS;
 #if defined(CONFIG_USER_ONLY)
 #ifdef TARGET_SPARC64
     env->cleanwin = env->nwindows - 2;
@@ -697,7 +698,6 @@ void cpu_reset(CPUSPARCState *env)
 #endif
     env->psrs = 1;
     env->psrps = 1;
-    CC_OP = CC_OP_FLAGS;
 #ifdef TARGET_SPARC64
     env->pstate = PS_PRIV|PS_RED|PS_PEF|PS_AG;
     env->hpstate = HS_PRIV;




reply via email to

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