mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* fixed (harmless) wrong typecast
git-svn-id: trunk@43834 -
This commit is contained in:
parent
044d946782
commit
e1d9be897a
@ -570,7 +570,7 @@ implementation
|
||||
if assigned(srsym) then
|
||||
begin
|
||||
result:=cloadnode.create(srsym,srsym.owner);
|
||||
if is_object(tabsolutevarsym(srsym).vardef) or is_record(tabsolutevarsym(srsym).vardef) then
|
||||
if is_object(tabstractvarsym(srsym).vardef) or is_record(tabstractvarsym(srsym).vardef) then
|
||||
include(tloadnode(result).loadnodeflags,loadnf_load_addr);
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user