]> Git Repo - qemu.git/commitdiff
CRIS: Add the P flag to the tb dependent flags.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Jun 2008 11:24:33 +0000 (11:24 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Jun 2008 11:24:33 +0000 (11:24 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4685 c046a42c-6fe2-441c-8c8c-71466251a162

cpu-exec.c

index bf9bcd4444018d3a32fe089ddd8a251d0c02af5b..a8e67e8addc05cf21c2e2850b5f3a0584efeeb94 100644 (file)
@@ -217,7 +217,7 @@ static inline TranslationBlock *tb_find_fast(void)
     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;
This page took 0.025716 seconds and 4 git commands to generate.