qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

target/rx/translate: Add missing fall through comment

Coverity reported a missing fall through comment, add it.

Fixes: e5918d7d7f0 ("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>

authored by

Philippe Mathieu-Daudé and committed by
Richard Henderson
40bd0502 f3bac27c

+1
+1
target/rx/translate.c
··· 2362 2362 break; 2363 2363 case DISAS_UPDATE: 2364 2364 tcg_gen_movi_i32(cpu_pc, ctx->base.pc_next); 2365 + /* fall through */ 2365 2366 case DISAS_EXIT: 2366 2367 tcg_gen_exit_tb(NULL, 0); 2367 2368 break;