mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-17 00:47:19 +02:00
* Add ATT as asmmode name to be compatible with i386
git-svn-id: trunk@6646 -
This commit is contained in:
parent
8d9e138927
commit
70e0846275
@ -64,6 +64,14 @@ const
|
||||
casmreader : tx8664attreader;
|
||||
);
|
||||
|
||||
{ Added to be compatible with i386 }
|
||||
asmmode_x86_64_gas_info : tasmmodeinfo =
|
||||
(
|
||||
id : asmmode_x86_64_gas;
|
||||
idtxt : 'ATT';
|
||||
casmreader : tx8664attreader;
|
||||
);
|
||||
|
||||
asmmode_x86_64_standard_info : tasmmodeinfo =
|
||||
(
|
||||
id : asmmode_standard;
|
||||
|
Loading…
Reference in New Issue
Block a user