qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4685] CRIS: Add the P flag to the tb dependent flags.


From: Edgar E. Iglesias
Subject: [Qemu-devel] [4685] CRIS: Add the P flag to the tb dependent flags.
Date: Fri, 06 Jun 2008 11:24:34 +0000

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;






reply via email to

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