mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 08:19:43 +02:00
* fixed bug that caused the stackframe never to be omitted
This commit is contained in:
parent
879b7d0288
commit
6d4bdf4e02
@ -366,7 +366,7 @@ implementation
|
||||
if assigned(aktprocsym) then
|
||||
begin
|
||||
if (aktprocsym^.definition^.options and
|
||||
poconstructor+podestructor{+poinline}+pointerrupt=0) and
|
||||
(poconstructor+podestructor{+poinline}+pointerrupt)=0) and
|
||||
((procinfo.flags and pi_do_call)=0) and (lexlevel>1) then
|
||||
begin
|
||||
{ use ESP as frame pointer }
|
||||
@ -502,7 +502,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.41 1998-07-14 14:46:44 peter
|
||||
Revision 1.42 1998-07-15 16:06:44 jonas
|
||||
* fixed bug that caused the stackframe never to be omitted
|
||||
|
||||
Revision 1.41 1998/07/14 14:46:44 peter
|
||||
* released NEWINPUT
|
||||
|
||||
Revision 1.40 1998/07/07 11:19:52 peter
|
||||
|
Loading…
Reference in New Issue
Block a user