disas/sh4: Add missing fallthrough annotations
commitccb237090fdafedce56cb8b62f451a09ad5031c9
authorThomas Huth <thuth@redhat.com>
Tue, 30 Jun 2020 05:03:44 +0000 (30 07:03 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 13 Jul 2020 09:40:52 +0000 (13 11:40 +0200)
tree02b8e07bcbf417f0bbfbd326fda3954ac6293e04
parent7aa12aa215e12ab2d41c60ba57e82d3e2af9f38e
disas/sh4: Add missing fallthrough annotations

Add fallthrough annotations to be able to compile the code without
warnings with -Wimplicit-fallthrough. Looking at the code, it seems
like the fallthrough is indeed intended here, so the comments should
be appropriate.

Message-Id: <20200630055953.9309-1-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
disas/sh4.c