Browse Source

Add reference to new ncpuld unit

git-svn-id: trunk@21795 -
pierre 13 years ago
parent
commit
86d82a9006
1 changed files with 2 additions and 1 deletions
  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.