Explorar o código

* 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 %!s(int64=9) %!d(string=hai) anos
pai
achega
9d2258e4d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;