Browse Source

* Compilation without mmx support fixed from Peter

michael 23 years ago
parent
commit
30c1ee7971
1 changed files with 4 additions and 3 deletions
  1. 4 3
      compiler/nmat.pas

+ 4 - 3
compiler/nmat.pas

@@ -73,9 +73,7 @@ implementation
     uses
     uses
       systems,tokens,
       systems,tokens,
       verbose,globals,cutils,
       verbose,globals,cutils,
-{$ifdef support_mmx}
       globtype,
       globtype,
-{$endif}
       symconst,symtype,symtable,symdef,types,
       symconst,symtype,symtable,symdef,types,
       htypechk,pass_1,cpubase,cpuinfo,
       htypechk,pass_1,cpubase,cpuinfo,
       cgbase,
       cgbase,
@@ -680,7 +678,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $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
     * made 'mod powerof2' -> 'and' optimization processor independent
 
 
   Revision 1.26  2001/12/27 15:33:58  jonas
   Revision 1.26  2001/12/27 15:33:58  jonas