* set expectloc in first_abs_long (mantis #15790)

git-svn-id: trunk@14926 -
This commit is contained in:
Jonas Maebe 2010-02-19 16:46:46 +00:00
parent fe5d0b0ef4
commit 071bca7d93

View File

@ -3037,6 +3037,7 @@ implementation
function tinlinenode.first_abs_long : tnode;
begin
expectloc:=LOC_REGISTER;
result:=nil;
end;