mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* fixed temppos of loaded nested variables: invalid rather than the temppos
in their parent frame (mantis #33636) git-svn-id: trunk@38836 -
This commit is contained in:
parent
1215cafb4e
commit
5ca8893987
@ -244,7 +244,7 @@ implementation
|
||||
internalerror(200309286);
|
||||
if lvs.localloc.loc<>LOC_REFERENCE then
|
||||
internalerror(200409241);
|
||||
hlcg.reference_reset_base(location.reference,left.resultdef,left.location.register,lvs.localloc.reference.offset,lvs.localloc.reference.temppos,lvs.localloc.reference.alignment,lvs.localloc.reference.volatility);
|
||||
hlcg.reference_reset_base(location.reference,left.resultdef,left.location.register,lvs.localloc.reference.offset,ctempposinvalid,lvs.localloc.reference.alignment,lvs.localloc.reference.volatility);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user