From 3327d508eed4cade30a31c6ef6b8bf615a4ec286 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 21 Jan 2014 00:26:49 +0000 Subject: [PATCH] Enable nasm assembler for x86_64 cpu git-svn-id: trunk@26548 - --- compiler/x86_64/cputarg.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/x86_64/cputarg.pas b/compiler/x86_64/cputarg.pas index 66b390cb2b..b979a31ccb 100644 --- a/compiler/x86_64/cputarg.pas +++ b/compiler/x86_64/cputarg.pas @@ -60,6 +60,9 @@ implementation {$ifndef NOAGX86_64ATT} ,agx86att {$endif} + {$ifndef NOAGX86_64NSM} + ,agx86nsm + {$endif} ,ogcoff ,ogelf