hw/omap1.c: Add fallthrough markers and breaks
commit139bd956eaf1675209009b22764a46bd220e287c
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2013 12:50:52 +0000 (21 12:50 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 26 Jan 2013 13:20:44 +0000 (26 13:20 +0000)
tree2fbfa5a9c1a090f803f71a22e15a3e80778f1710
parentbf4229d3cb09be2efc0add569feba33834fc5d93
hw/omap1.c: Add fallthrough markers and breaks

Explicitly mark cases where we are deliberately falling
through to the following code. In one case we insert a
'break' instead of falling through to a 'break', as this
seems slightly clearer.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/omap1.c