target-mips: Clean up switch fall through after commit fecd264
commitb6f3b233eabb4df5d65ae9fbfb3d3c8befea0de7
authorMarkus Armbruster <armbru@redhat.com>
Tue, 20 Jan 2015 09:59:23 +0000 (20 10:59 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 06:27:19 +0000 (10 09:27 +0300)
tree548d113c2a0c5487fead0aaca1cb6ffe53879604
parent89db21771782fd6050335e73542064f1187c9ced
target-mips: Clean up switch fall through after commit fecd264

Commit fecd264 added a number of fall-throughs, but neglected to
properly document them as intentional.  Commit d922445 cleaned that up
for many, but not all cases.  Take care of the remaining ones.

Spotted by Coverity.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-mips/translate.c