Re: [PATCH-for-5.0] target/rx/translate: Add missing fall through comment

2020-04-03 Thread Richard Henderson
On 4/3/20 11:42 AM, Philippe Mathieu-Daudé wrote: > Coverity reported a missing fall through comments, add it. > > Fixes: e5918d7d7f0 ("target/rx: TCG translation") > Reported-by: Coverity (CID 142 MISSING_BREAK) > Suggested-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé > ---

[PATCH-for-5.0] target/rx/translate: Add missing fall through comment

2020-04-03 Thread Philippe Mathieu-Daudé
Coverity reported a missing fall through comments, add it. Fixes: e5918d7d7f0 ("target/rx: TCG translation") Reported-by: Coverity (CID 142 MISSING_BREAK) Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/rx/translate.c | 1 + 1 file changed, 1 insertion(+) d