From f44821d8407ba714d57322366fe080f4d648f878 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 6 Jul 2023 20:38:34 +0200 Subject: [PATCH] Removed an invalid change from cpu/cpu.c. --- src/cpu/cpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index cbf85baee..257d23845 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -526,7 +526,6 @@ cpu_set(void) cpu_set_agp_speed(0); io_handler(cpu_iscyrix, 0x0022, 0x0002, cpu_read, NULL, NULL, cpu_write, NULL, NULL, NULL); - cpu_iscyrix = cpu_iscyrix || (cpu_s->cpu_type == CPU_386SX) || (cpu_s->cpu_type == CPU_386DX); io_handler(hasfpu, 0x00f0, 0x000f, cpu_read, NULL, NULL, cpu_write, NULL, NULL, NULL); io_handler(hasfpu, 0xf007, 0x0001, cpu_read, NULL, NULL, cpu_write, NULL, NULL, NULL);