summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/xtensa/translate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/xtensa/translate.c b/target/xtensa/translate.c
index 4bc15252c8..6346b2eef0 100644
--- a/target/xtensa/translate.c
+++ b/target/xtensa/translate.c
@@ -595,9 +595,6 @@ static int gen_postprocess(DisasContext *dc, int slot)
gen_io_start();
}
gen_helper_check_interrupts(cpu_env);
- if (tb_cflags(dc->base.tb) & CF_USE_ICOUNT) {
- gen_io_end();
- }
}
#endif
if (op_flags & XTENSA_OP_SYNC_REGISTER_WINDOW) {