target/unicore32/translate: Add missing fallthrough annotations
commit51c915674d8cf9de596d96ac31226c4a374fcb95
authorThomas Huth <thuth@redhat.com>
Fri, 11 Dec 2020 15:24:16 +0000 (11 16:24 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 18 Dec 2020 08:14:22 +0000 (18 09:14 +0100)
treee2beea1affc1e3362c036300c7ba1aaec26e8dcc
parent4f02d49a80fdb3c5898dd32b5879289425ee158f
target/unicore32/translate: Add missing fallthrough annotations

Looking at the way the code is formatted here (there is an empty line
after break statements, but none where the break is missing), and the
instruction set overview at https://en.wikipedia.org/wiki/Unicore the
fallthrough is very likely intended here. So add a fallthrough comment
to make the it compilable with -Werror=implicit-fallthrough.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201211152426.350966-3-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/unicore32/translate.c