Pārlūkot izejas kodu

* fpu type must be fpu_soft if the cpu is rv32ima

florian 7 mēneši atpakaļ
vecāks
revīzija
0c749505ef
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -616,7 +616,7 @@ Const
         cputype : cpu_rv32ima;
         optimizecputype : cpu_rv32ima;
         asmcputype : cpu_none;
-        fputype : fpu_fd;
+        fputype : fpu_soft;
   {$endif riscv32}
   {$ifdef riscv64}
         cputype : cpu_rv64imac;