From bf652ab1d2c3ee9b804776442b512437cc91460f Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 27 Feb 2007 16:31:40 +0000 Subject: [PATCH] * fixed att asmmode git-svn-id: trunk@6672 - --- compiler/systems.pas | 1 + compiler/x86_64/rax64att.pas | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index 842f1be8ff..c9bb080214 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -66,6 +66,7 @@ interface ,asmmode_x86_64_gas ,asmmode_m68k_mot ,asmmode_x86_64_intel + ,asmmode_x86_64_att ); (* IMPORTANT NOTE: diff --git a/compiler/x86_64/rax64att.pas b/compiler/x86_64/rax64att.pas index 4c543cb5b7..a118373ef2 100644 --- a/compiler/x86_64/rax64att.pas +++ b/compiler/x86_64/rax64att.pas @@ -67,7 +67,7 @@ const { Added to be compatible with i386 } asmmode_x86_64_att_info : tasmmodeinfo = ( - id : asmmode_x86_64_gas; + id : asmmode_x86_64_att; idtxt : 'ATT'; casmreader : tx8664attreader; );