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

@@ -739,6 +739,7 @@ cpu_set(void)
case CPU_iDX4:
cpu_features = CPU_FEATURE_CR4 | CPU_FEATURE_VME;
cpu_CR4_mask = CR4_VME | CR4_PVI | CR4_VME;
/*FALLTHROUGH*/
case CPU_i486SX:
case CPU_i486DX:
#ifdef USE_DYNAREC