* [Qemu-devel] [4685] CRIS: Add the P flag to the tb dependent flags.
@ 2008-06-06 11:24 Edgar E. Iglesias
0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-06-06 11:24 UTC (permalink / raw)
To: qemu-devel
Revision: 4685
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4685
Author: edgar_igl
Date: 2008-06-06 11:24:33 +0000 (Fri, 06 Jun 2008)
Log Message:
-----------
CRIS: Add the P flag to the tb dependent flags.
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-06-06 11:23:28 UTC (rev 4684)
+++ trunk/cpu-exec.c 2008-06-06 11:24:33 UTC (rev 4685)
@@ -217,7 +217,7 @@
cs_base = 0;
pc = env->pc;
#elif defined(TARGET_CRIS)
- flags = env->pregs[PR_CCS] & (U_FLAG | X_FLAG);
+ flags = env->pregs[PR_CCS] & (P_FLAG | U_FLAG | X_FLAG);
flags |= env->dslot;
cs_base = 0;
pc = env->pc;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-06 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 11:24 [Qemu-devel] [4685] CRIS: Add the P flag to the 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).