qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4378] CRIS: Remove X flag from tb flags.
@ 2008-05-07 15:27 Edgar E. Iglesias
  0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-07 15:27 UTC (permalink / raw)
  To: qemu-devel

Revision: 4378
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4378
Author:   edgar_igl
Date:     2008-05-07 15:27:14 +0000 (Wed, 07 May 2008)

Log Message:
-----------
CRIS: Remove X flag from tb flags.

Modified Paths:
--------------
    trunk/cpu-exec.c

Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c	2008-05-07 15:26:22 UTC (rev 4377)
+++ trunk/cpu-exec.c	2008-05-07 15:27:14 UTC (rev 4378)
@@ -258,7 +258,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] & U_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-07 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 15:27 [Qemu-devel] [4378] CRIS: Remove X flag from tb 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).