* [Qemu-devel] [4305] CRIS: Reduce the number of tb dependent flags.
@ 2008-05-03 8:35 Edgar E. Iglesias
0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-03 8:35 UTC (permalink / raw)
To: qemu-devel
Revision: 4305
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4305
Author: edgar_igl
Date: 2008-05-03 08:35:16 +0000 (Sat, 03 May 2008)
Log Message:
-----------
CRIS: Reduce the number of tb dependent flags.
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-05-03 06:54:52 UTC (rev 4304)
+++ trunk/cpu-exec.c 2008-05-03 08:35:16 UTC (rev 4305)
@@ -257,7 +257,7 @@
cs_base = 0;
pc = env->pc;
#elif defined(TARGET_CRIS)
- flags = env->pregs[PR_CCS];
+ flags = env->pregs[PR_CCS] & (U_FLAG | X_FLAG);
cs_base = 0;
pc = env->pc;
#else
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-03 8:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-03 8:35 [Qemu-devel] [4305] CRIS: Reduce the number of tb dependent flags Edgar E. Iglesias
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).