Skip to content

Commit

Permalink
target/rx/translate: Add missing fall through comment
Browse files Browse the repository at this point in the history
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 <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200403184419.28556-1-philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
philmd authored and rth7680 committed Apr 8, 2020
1 parent f3bac27 commit 40bd050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/rx/translate.c
Expand Up @@ -2362,6 +2362,7 @@ static void rx_tr_tb_stop(DisasContextBase *dcbase, CPUState *cs)
break;
case DISAS_UPDATE:
tcg_gen_movi_i32(cpu_pc, ctx->base.pc_next);
/* fall through */
case DISAS_EXIT:
tcg_gen_exit_tb(NULL, 0);
break;
Expand Down

0 comments on commit 40bd050

Please sign in to comment.