Quellcode durchsuchen

* Add ATT as asmmode name to be compatible with i386

git-svn-id: trunk@6646 -
peter vor 18 Jahren
Ursprung
Commit
70e0846275
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      compiler/x86_64/rax64att.pas

+ 8 - 0
compiler/x86_64/rax64att.pas

@@ -64,6 +64,14 @@ const
             casmreader : tx8664attreader;
             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 =
   asmmode_x86_64_standard_info : tasmmodeinfo =
           (
           (
             id    : asmmode_standard;
             id    : asmmode_standard;