Pārlūkot izejas kodu

Add reference to new ncpuld unit

git-svn-id: trunk@21795 -
pierre 13 gadi atpakaļ
vecāks
revīzija
86d82a9006
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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
       the processor specific nodes must be included
       after the generic one (FK)
       after the generic one (FK)
     }
     }
-    ncpuadd,ncpucall,ncpumat,ncpuinln,ncpucnv,ncpuset;
+    ncpuadd,ncpucall,ncpumat,ncpuinln,
+	ncpuld,ncpucnv,ncpuset;
 
 
 end.
 end.