Added the missing fallthrough marker.

This commit is contained in:
OBattler
2024-06-07 18:23:16 +02:00
parent dc7b93dc04
commit ec0287cd2f

View File

@@ -582,6 +582,7 @@ isamem_init(const device_t *info)
case ISAMEM_LOTECH_CARD: /* Lotech EMS */
/* The Lotech EMS cannot have more than 4096KB per board. */
ems_max = EMS_LOTECH_MAXSIZE;
fallthrough;
case ISAMEM_BRXT_CARD: /* BocaRAM/XT */
dev->base_addr[0] = device_get_config_hex16("base");
dev->total_size = device_get_config_int("size");