2
0
Nikolay Nikolov 1 жил өмнө
parent
commit
9432165572

+ 4 - 2
compiler/mos6502/cpuinfo.pas

@@ -40,7 +40,8 @@ Type
 
    tfputype =
      (fpu_none,
-      fpu_soft
+      fpu_soft,
+      fpu_libgcc
      );
 
    tcontrollertype =
@@ -91,7 +92,8 @@ Const
 
    fputypestr : array[tfputype] of string[6] = (
      'NONE',
-     'SOFT'
+     'SOFT',
+     'LIBGCC'
    );
 
    { Supported optimizations, only used for information }