mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 05:50:37 +00:00
CRIS: Reduce the number of tb dependent flags.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4305 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c7d0569543
commit
5d1d98ec4d
@ -257,7 +257,7 @@ static inline TranslationBlock *tb_find_fast(void)
|
||||
cs_base = 0;
|
||||
pc = env->pc;
|
||||
#elif defined(TARGET_CRIS)
|
||||
flags = env->pregs[PR_CCS];
|
||||
flags = env->pregs[PR_CCS] & (U_FLAG | X_FLAG);
|
||||
cs_base = 0;
|
||||
pc = env->pc;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user