mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +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
|
if assigned(srsym) then
|
||||||
begin
|
begin
|
||||||
result:=cloadnode.create(srsym,srsym.owner);
|
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);
|
include(tloadnode(result).loadnodeflags,loadnf_load_addr);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user