summaryrefslogtreecommitdiff
path: root/src/atimode.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-04 11:16:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-04 11:16:15 -0800
commitd819d64bfc04198cdb3f1989d285d16ad16726ee (patch)
treeee320d8af1b29db0fdcb31473149bea8b022aba7 /src/atimode.c
parent337b5fee955266a3c0156eb819b63bf496be6cc1 (diff)
Fix 24 of 24 -Wimplicit-fallthrough warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/atimode.c')
-rw-r--r--src/atimode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimode.c b/src/atimode.c
index 559a6ec..029baf8 100644
--- a/src/atimode.c
+++ b/src/atimode.c
@@ -1008,9 +1008,9 @@ ATIModeSet
Index++)
PutReg(CRTX(pATI->CPIO_VGABase), Index,
pATIHW->shadow_vga[Index]);
- /* Fall through */
#endif /* AVOID_CPIO */
+ /* Fall through */
case ATI_CRTC_MACH64:
outr(CRTC_H_TOTAL_DISP, pATIHW->shadow_h_total_disp);