commit | b6f3b233eabb4df5d65ae9fbfb3d3c8befea0de7 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Jan 20 10:59:23 2015 +0100 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Feb 10 09:27:19 2015 +0300 |
tree | 548d113c2a0c5487fead0aaca1cb6ffe53879604 | |
parent | 89db21771782fd6050335e73542064f1187c9ced [diff] |
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>