浏览代码

Enable nasm assembler for x86_64 cpu

git-svn-id: trunk@26548 -
pierre 11 年之前
父节点
当前提交
3327d508ee
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/x86_64/cputarg.pas

+ 3 - 0
compiler/x86_64/cputarg.pas

@@ -60,6 +60,9 @@ implementation
     {$ifndef NOAGX86_64ATT}
       ,agx86att
     {$endif}
+    {$ifndef NOAGX86_64NSM}
+      ,agx86nsm
+    {$endif}
 
       ,ogcoff
       ,ogelf