浏览代码

z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916

git-svn-id: trunk@46979 -
Károly Balogh 4 年之前
父节点
当前提交
aa745e0319
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/z80/agz80vasm.pas

+ 1 - 1
compiler/z80/agz80vasm.pas

@@ -920,7 +920,7 @@ unit agz80vasm;
             asmbin : 'vasmz80_std';
             asmcmd : '-quiet -Fvobj -o $OBJ $EXTRAOPT $ASM';
             supported_targets : [system_z80_embedded, system_z80_zxspectrum, system_z80_msxdos];
-            flags : [af_needar{,af_smartlink_sections}];
+            flags : [af_needar,af_smartlink_sections];
             labelprefix : '.L';
             labelmaxlen : -1;
             comment : '; ';