diff options
Diffstat (limited to 'target/cris/translate.c')
-rw-r--r-- | target/cris/translate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/cris/translate.c b/target/cris/translate.c index 0be1039..4cfe5c8 100644 --- a/target/cris/translate.c +++ b/target/cris/translate.c @@ -3162,9 +3162,6 @@ static void cris_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs) cris_clear_x_flag(dc); } - /* Fold unhandled changes to X_FLAG into cpustate_changed. */ - dc->cpustate_changed |= dc->flags_x != (dc->base.tb->flags & X_FLAG); - /* * All branches are delayed branches, handled immediately below. * We don't expect to see odd combinations of exit conditions. |