Explorar el Código

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

git-svn-id: trunk@34157 -

Jonas Maebe hace 9 años
padre
commit
6d54dd7154
Se han modificado 1 ficheros con 3 adiciones y 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.