mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
* set expectloc in first_abs_long (mantis #15790)
git-svn-id: trunk@14926 -
This commit is contained in:
parent
fe5d0b0ef4
commit
071bca7d93
@ -3037,6 +3037,7 @@ implementation
|
|||||||
|
|
||||||
function tinlinenode.first_abs_long : tnode;
|
function tinlinenode.first_abs_long : tnode;
|
||||||
begin
|
begin
|
||||||
|
expectloc:=LOC_REGISTER;
|
||||||
result:=nil;
|
result:=nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user