Parcourir la source

* increase length of asmbin string from 8 chars to 16. this is needed to support standard vasm binary names on PPC and (soon) m68k

git-svn-id: trunk@33550 -
Károly Balogh il y a 9 ans
Parent
commit
9d2258e4d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -69,7 +69,7 @@ interface
        tasminfo = record
           id          : tasm;
           idtxt       : string[12];
-          asmbin      : string[8];
+          asmbin      : string[16];
           asmcmd      : string[70];
           supported_targets : set of tsystem;
           flags        : set of tasmflags;