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

2020-04-03 Thread Richard Henderson
On 4/3/20 11:44 AM, Philippe Mathieu-Daudé wrote: > Coverity reported a missing fall through comment, 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 v2] target/rx/translate: Add missing fall through comment

2020-04-03 Thread Philippe Mathieu-Daudé
Coverity reported a missing fall through comment, 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é --- v2: Fixed typo 'comments -> comment' --- target/rx/translate.c