From 898b14a4f2430ad628290db8d5de4045cab19088 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 4 Jul 2020 11:38:08 +0200 Subject: [PATCH] Removed duplicate lines --- src/newcpu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/newcpu.cpp b/src/newcpu.cpp index 05bb6f9b..d0f0d068 100644 --- a/src/newcpu.cpp +++ b/src/newcpu.cpp @@ -501,8 +501,6 @@ static void prefs_changed_cpu(void) //invalidate_cpu_data_caches(); } currprefs.address_space_24 = changed_prefs.address_space_24; - currprefs.fpu_no_unimplemented = changed_prefs.fpu_no_unimplemented; - currprefs.address_space_24 = changed_prefs.address_space_24; currprefs.cpu_cycle_exact = changed_prefs.cpu_cycle_exact; currprefs.cpu_memory_cycle_exact = changed_prefs.cpu_memory_cycle_exact; currprefs.int_no_unimplemented = changed_prefs.int_no_unimplemented;