From 5a2f9eacbf67829faa931731c1519d09895a4ea1 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 2 Sep 2025 16:46:12 +0200 Subject: [PATCH] And another fix. --- src/cpu/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index f169f0f3f..ff806297e 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -1165,8 +1165,7 @@ cpu_set(void) timing_misaligned = 3; - if (cpu_s->cpu_type == CPU_386DX) - cpu_cache_ext_enabled = 1; + cpu_cache_ext_enabled = 1; break; case CPU_i486SX_SLENH: