浏览代码

* 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 9 年之前
父节点
当前提交
9d2258e4d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

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