소스 검색

use ncgadd in cpunode

git-svn-id: branches/i8086@23736 -
nickysn 12 년 전
부모
커밋
a3295bd520
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/i8086/cpunode.pas

+ 1 - 0
compiler/i8086/cpunode.pas

@@ -41,6 +41,7 @@ unit cpunode;
        ncginl,
        ncgopt,
        ncgobjc,
+       ncgadd,
        { to be able to only parts of the generic code,
          the processor specific nodes must be included
          after the generic one (FK)