Added fall-through comments to several fall-throughs.

This commit is contained in:
OBattler
2020-01-15 02:43:25 +01:00
parent e60b74e33b
commit a2867e6978
8 changed files with 11 additions and 0 deletions

View File

@@ -1459,6 +1459,7 @@ ide_writeb(uint16_t addr, uint8_t val, void *priv)
/* Turn on the activity indicator *here* so that it gets turned on
less times. */
ui_sb_update_icon(SB_HDD | hdd[ide->hdd_num].bus, 1);
/*FALLTHROUGH*/
case WIN_READ:
case WIN_READ_NORETRY:
@@ -1492,6 +1493,7 @@ ide_writeb(uint16_t addr, uint8_t val, void *priv)
/* Turn on the activity indicator *here* so that it gets turned on
less times. */
ui_sb_update_icon(SB_HDD | hdd[ide->hdd_num].bus, 1);
/*FALLTHROUGH*/
case WIN_WRITE:
case WIN_WRITE_NORETRY: