Browse Source

Enable nasm assembler for x86_64 cpu

git-svn-id: trunk@26548 -
pierre 11 years ago
parent
commit
3327d508ee
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/x86_64/cputarg.pas

+ 3 - 0
compiler/x86_64/cputarg.pas

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