Bladeren bron

* fixed att asmmode

git-svn-id: trunk@6672 -
peter 18 jaren geleden
bovenliggende
commit
bf652ab1d2
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      compiler/systems.pas
  2. 1 1
      compiler/x86_64/rax64att.pas

+ 1 - 0
compiler/systems.pas

@@ -66,6 +66,7 @@ interface
             ,asmmode_x86_64_gas
             ,asmmode_x86_64_gas
             ,asmmode_m68k_mot
             ,asmmode_m68k_mot
             ,asmmode_x86_64_intel
             ,asmmode_x86_64_intel
+            ,asmmode_x86_64_att
        );
        );
 
 
      (* IMPORTANT NOTE:
      (* IMPORTANT NOTE:

+ 1 - 1
compiler/x86_64/rax64att.pas

@@ -67,7 +67,7 @@ const
   { Added to be compatible with i386 }
   { Added to be compatible with i386 }
   asmmode_x86_64_att_info : tasmmodeinfo =
   asmmode_x86_64_att_info : tasmmodeinfo =
           (
           (
-            id    : asmmode_x86_64_gas;
+            id    : asmmode_x86_64_att;
             idtxt : 'ATT';
             idtxt : 'ATT';
             casmreader : tx8664attreader;
             casmreader : tx8664attreader;
           );
           );