Skip to content

Commit 40bd050

Browse files
philmdrth7680
authored andcommitted
target/rx/translate: Add missing fall through comment
Coverity reported a missing fall through comment, add it. Fixes: e5918d7 ("target/rx: TCG translation") Reported-by: Coverity (CID 1422222 MISSING_BREAK) Suggested-by: Richard Henderson <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Richard Henderson <[email protected]>
1 parent f3bac27 commit 40bd050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target/rx/translate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,7 @@ static void rx_tr_tb_stop(DisasContextBase *dcbase, CPUState *cs)
23622362
break;
23632363
case DISAS_UPDATE:
23642364
tcg_gen_movi_i32(cpu_pc, ctx->base.pc_next);
2365+
/* fall through */
23652366
case DISAS_EXIT:
23662367
tcg_gen_exit_tb(NULL, 0);
23672368
break;

0 commit comments

Comments
 (0)