소스 검색

Add reference to new ncpuld unit

git-svn-id: trunk@21795 -
pierre 13 년 전
부모
커밋
86d82a9006
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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.