浏览代码

* ncgopt replaces n386opt

florian 22 年之前
父节点
当前提交
7f04bb7272
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/i386/cpunode.pas

+ 5 - 2
compiler/i386/cpunode.pas

@@ -40,6 +40,7 @@ unit cpunode;
        ncgcal,
        ncgcal,
        ncgset,
        ncgset,
        ncginl,
        ncginl,
+       ncgopt,
        { to be able to only parts of the generic code,
        { to be able to only parts of the generic code,
          the processor specific nodes must be included
          the processor specific nodes must be included
          after the generic one (FK)
          after the generic one (FK)
@@ -50,7 +51,6 @@ unit cpunode;
        n386mem,
        n386mem,
        n386set,
        n386set,
        n386inl,
        n386inl,
-       n386opt,
        { this not really a node }
        { this not really a node }
        n386obj,
        n386obj,
        n386mat,
        n386mat,
@@ -60,7 +60,10 @@ unit cpunode;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.18  2002-08-24 18:35:42  peter
+  Revision 1.19  2003-04-24 11:19:13  florian
+    * ncgopt replaces n386opt
+
+  Revision 1.18  2002/08/24 18:35:42  peter
     * i386 uses now the generic exception management from ncgflw
     * i386 uses now the generic exception management from ncgflw
 
 
   Revision 1.17  2002/08/23 16:14:49  peter
   Revision 1.17  2002/08/23 16:14:49  peter