Ver código fonte

+ added missing symcpu unit (although it is used by other units, and hence
still included)

git-svn-id: trunk@34157 -

Jonas Maebe 9 anos atrás
pai
commit
6d54dd7154
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      compiler/powerpc/cpunode.pas

+ 3 - 1
compiler/powerpc/cpunode.pas

@@ -44,8 +44,10 @@ unit cpunode;
        ngppcinl,
 //       nppcopt,
        nppcmat,
-       nppccnv
+       nppccnvn,
 //       nppcld
+       { symtable }
+       symcpu
        ;
 
 end.