Browse Source

* ATT reader

peter 27 years ago
parent
commit
c42ce9d1d0
1 changed files with 9 additions and 2 deletions
  1. 9 2
      rtl/i386/mmx.pp

+ 9 - 2
rtl/i386/mmx.pp

@@ -52,7 +52,11 @@ unit mmx;
     uses
        cpu;
 
-{$ASMMODE DIRECT}
+{$ifndef CPUIDSUP}
+  {$ASMMODE DIRECT}
+{$else}
+  {$ASMMODE ATT}
+{$endif}
 
     { returns true, if the processor supports the mmx instructions }
     function mmx_support : boolean;
@@ -123,7 +127,10 @@ begin
 end.
 {
     $Log$
-    Revision 1.2  1998-05-31 14:15:50  peter
+    Revision 1.3  1998-11-13 10:10:54  peter
+      * ATT reader
+
+    Revision 1.2  1998/05/31 14:15:50  peter
       * force to use ATT or direct parsing
 
 }