mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
* inherite from tcgprocinfo
This commit is contained in:
parent
9e2958f846
commit
5f6de7eb1f
@ -30,10 +30,10 @@ unit cpupi;
|
||||
|
||||
uses
|
||||
cutils,
|
||||
cgbase,cpuinfo;
|
||||
cgbase,cpuinfo,psub;
|
||||
|
||||
type
|
||||
tppcprocinfo = class(tprocinfo)
|
||||
tppcprocinfo = class(tcgprocinfo)
|
||||
{ overall size of allocated stack space, currently this is used for the PowerPC only }
|
||||
localsize : aword;
|
||||
|
||||
@ -122,7 +122,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.18 2003-05-17 14:05:30 jonas
|
||||
Revision 1.19 2003-05-22 21:34:11 peter
|
||||
* inherite from tcgprocinfo
|
||||
|
||||
Revision 1.18 2003/05/17 14:05:30 jonas
|
||||
* fixed para/localst calculations (note to self: don't commit at
|
||||
extremely late/early hours :)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user