From ca58764ac373df0bc8f2d42c6b0a57bb33ea5a6d Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 24 Aug 2023 00:57:53 +0200 Subject: [PATCH] Unmarked fallthroughs: vid_s3.c. --- src/video/vid_s3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_s3.c b/src/video/vid_s3.c index bb6a93183..865087bf8 100644 --- a/src/video/vid_s3.c +++ b/src/video/vid_s3.c @@ -8479,7 +8479,7 @@ s3_init(const device_t *info) if (device_get_config_int("memory") == 1) svga->vram_max = 1 << 20; /* Phoenix BIOS does not expect VRAM to be mirrored. */ /* Fall over. */ - + fallthrough; case S3_NUMBER9_9FX: svga->decode_mask = (4 << 20) - 1; s3->id = 0xe1; /*Trio64*/