mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* Set retun value of get_frame method to nil
git-svn-id: trunk@21904 -
This commit is contained in:
parent
56fcc87cb2
commit
dd59db1bba
@ -3617,6 +3617,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
include(current_procinfo.flags,pi_needs_stackframe);
|
include(current_procinfo.flags,pi_needs_stackframe);
|
||||||
expectloc:=LOC_CREGISTER;
|
expectloc:=LOC_CREGISTER;
|
||||||
|
result:=nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user