Explorar o código

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

git-svn-id: trunk@34157 -

Jonas Maebe %!s(int64=9) %!d(string=hai) anos
pai
achega
6d54dd7154
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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.