diff options
Diffstat (limited to 'cpu-exec.c')
-rw-r--r-- | cpu-exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-exec.c b/cpu-exec.c index 6c88e8b3d7..30caab15f2 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -261,6 +261,7 @@ static inline TranslationBlock *tb_find_fast(void) pc = env->pc; #elif defined(TARGET_CRIS) flags = env->pregs[PR_CCS] & U_FLAG; + flags |= env->dslot; cs_base = 0; pc = env->pc; #else |