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