mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 22:09:28 +02:00
* fixed att asmmode
git-svn-id: trunk@6672 -
This commit is contained in:
parent
18944f16e9
commit
bf652ab1d2
@ -66,6 +66,7 @@ interface
|
||||
,asmmode_x86_64_gas
|
||||
,asmmode_m68k_mot
|
||||
,asmmode_x86_64_intel
|
||||
,asmmode_x86_64_att
|
||||
);
|
||||
|
||||
(* IMPORTANT NOTE:
|
||||
|
@ -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;
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user