mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-24 00:11:39 +02:00
* fixed ppc compiler
This commit is contained in:
parent
cf7d1d5421
commit
e65fb85ce9
@ -90,6 +90,9 @@ implementation
|
||||
{$else cpu64bit}
|
||||
cg64f32,
|
||||
{$endif cpu64bit}
|
||||
{$ifdef powerpc}
|
||||
cpupi,
|
||||
{$endif powerpc}
|
||||
ncgutil,cgobj,tgobj,regvars,rgobj,rgcpu;
|
||||
|
||||
|
||||
@ -1125,7 +1128,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.68 2003-05-23 14:27:35 peter
|
||||
Revision 1.69 2003-05-23 18:01:56 jonas
|
||||
* fixed ppc compiler
|
||||
|
||||
Revision 1.68 2003/05/23 14:27:35 peter
|
||||
* remove some unit dependencies
|
||||
* current_procinfo changes to store more info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user