Преглед изворни кода

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)