Browse Source

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

git-svn-id: trunk@34157 -

Jonas Maebe 9 years ago
parent
commit
6d54dd7154
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/powerpc/cpunode.pas

+ 3 - 1
compiler/powerpc/cpunode.pas

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