Răsfoiți Sursa

* Compilation without mmx support fixed from Peter

michael 23 ani în urmă
părinte
comite
30c1ee7971
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 4 3
      compiler/nmat.pas

+ 4 - 3
compiler/nmat.pas

@@ -73,9 +73,7 @@ implementation
     uses
       systems,tokens,
       verbose,globals,cutils,
-{$ifdef support_mmx}
       globtype,
-{$endif}
       symconst,symtype,symtable,symdef,types,
       htypechk,pass_1,cpubase,cpuinfo,
       cgbase,
@@ -680,7 +678,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.27  2001-12-29 15:27:24  jonas
+  Revision 1.28  2002-02-11 11:45:51  michael
+  * Compilation without mmx support fixed from Peter
+
+  Revision 1.27  2001/12/29 15:27:24  jonas
     * made 'mod powerof2' -> 'and' optimization processor independent
 
   Revision 1.26  2001/12/27 15:33:58  jonas