Skip to content

Commit

Permalink
Remove unneeded/duplicate check re softfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
jriwanek committed Oct 4, 2023
1 parent 1c25963 commit 697213b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ load_machine(void)
cpu_use_dynarec = !!ini_section_get_int(cat, "cpu_use_dynarec", 0);
fpu_softfloat = !!ini_section_get_int(cat, "fpu_softfloat", 0);
if ((fpu_type != FPU_NONE) && machine_has_flags(machine, MACHINE_SOFTFLOAT_ONLY))
if (machine_has_flags(machine, MACHINE_SOFTFLOAT_ONLY))
fpu_softfloat = 1;

p = ini_section_get_string(cat, "time_sync", NULL);
Expand Down

0 comments on commit 697213b

Please sign in to comment.