qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4597] CRIS: Re-add the X flag to the tb flags, it allows for better code generation and is practially always cleared.
@ 2008-05-27 21:15 Edgar E. Iglesias
  2008-05-27 22:30 ` Paul Brook
  0 siblings, 1 reply; 3+ messages in thread
From: Edgar E. Iglesias @ 2008-05-27 21:15 UTC (permalink / raw)
  To: qemu-devel

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

Log Message:
-----------
CRIS: Re-add the X flag to the tb flags, it allows for better code generation and is practially always cleared.

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

Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c	2008-05-27 21:13:40 UTC (rev 4596)
+++ trunk/cpu-exec.c	2008-05-27 21:15:56 UTC (rev 4597)
@@ -218,7 +218,7 @@
     cs_base = 0;
     pc = env->pc;
 #elif defined(TARGET_CRIS)
-    flags = env->pregs[PR_CCS] & U_FLAG;
+    flags = env->pregs[PR_CCS] & (U_FLAG | X_FLAG);
     flags |= env->dslot;
     cs_base = 0;
     pc = env->pc;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-28 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 21:15 [Qemu-devel] [4597] CRIS: Re-add the X flag to the tb flags, it allows for better code generation and is practially always cleared Edgar E. Iglesias
2008-05-27 22:30 ` Paul Brook
2008-05-28 12:24   ` 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).