mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:30:23 +02:00
tprocdef.total_local_size field added for MIPS cpu
git-svn-id: trunk@21586 -
This commit is contained in:
parent
550bbb0186
commit
ae7dd3a930
@ -635,6 +635,10 @@ interface
|
|||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
fpu_used : byte;
|
fpu_used : byte;
|
||||||
{$endif i386}
|
{$endif i386}
|
||||||
|
{$ifdef mips}
|
||||||
|
{ needed for stabs debugging }
|
||||||
|
total_local_size : longint;
|
||||||
|
{$endif mips}
|
||||||
visibility : tvisibility;
|
visibility : tvisibility;
|
||||||
{ set to a value different from tsk_none in case this procdef is for
|
{ set to a value different from tsk_none in case this procdef is for
|
||||||
a routine that has to be internally generated by the compiler }
|
a routine that has to be internally generated by the compiler }
|
||||||
|
Loading…
Reference in New Issue
Block a user