Browse Source

Add reference to new ncpuld unit

git-svn-id: trunk@21795 -
pierre 13 năm trước cách đây
mục cha
commit
86d82a9006
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      compiler/mips/cpunode.pas

+ 2 - 1
compiler/mips/cpunode.pas

@@ -36,6 +36,7 @@ implementation
       the processor specific nodes must be included
       after the generic one (FK)
     }
-    ncpuadd,ncpucall,ncpumat,ncpuinln,ncpucnv,ncpuset;
+    ncpuadd,ncpucall,ncpumat,ncpuinln,
+	ncpuld,ncpucnv,ncpuset;
 
 end.