Removed duplicate lines

This commit is contained in:
Dimitris Panokostas 2020-07-04 11:38:08 +02:00
parent f1ffac37c6
commit 898b14a4f2

View file

@ -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;