diff options
Diffstat (limited to 'translate-arm.c')
-rw-r--r-- | translate-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate-arm.c b/translate-arm.c index 8b249ba150..c9759f81b7 100644 --- a/translate-arm.c +++ b/translate-arm.c @@ -828,6 +828,7 @@ static inline int gen_intermediate_code_internal(TranslationBlock *tb, int searc case DISAS_JUMP: /* indicate that the hash table must be used to find the next TB */ gen_op_movl_T0_0(); + gen_op_exit_tb(); break; case DISAS_TB_JUMP: /* nothing more to generate */ |