Skip to content

Commit 8bac3ba

Browse files
committed
Merge remote-tracking branch 'remotes/rth/tags/pull-rx-20200408' into staging
Add fall through comment for Coverity. # gpg: Signature made Wed 08 Apr 2020 16:28:12 BST # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "[email protected]" # gpg: Good signature from "Richard Henderson <[email protected]>" [full] # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F * remotes/rth/tags/pull-rx-20200408: target/rx/translate: Add missing fall through comment Signed-off-by: Peter Maydell <[email protected]>
2 parents bb2e2bf + 40bd050 commit 8bac3ba

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)