소스 검색

* Compilation without mmx support fixed from Peter

michael 23 년 전
부모
커밋
30c1ee7971
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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