瀏覽代碼

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)