]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx/translate: Add missing fall through comment
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 3 Apr 2020 18:44:19 +0000 (20:44 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Apr 2020 01:45:54 +0000 (18:45 -0700)
commit40bd0502dbee3ca1a9a481dd32dabe9230b8a37f
tree3800ebfb119862906b783370d07d42cd34c93280
parentf3bac27cc1e303e1860cc55b9b6889ba39dee587
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>
target/rx/translate.c