mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:19:25 +02:00
* don't directly use sym.value as that is not necessarily initialized anymore
git-svn-id: trunk@35389 -
This commit is contained in:
parent
7e85e27865
commit
669be1e4c2
@ -1876,7 +1876,7 @@ const pemagic : array[0..3] of byte = (
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
bind:=AB_COMMON;
|
bind:=AB_COMMON;
|
||||||
size:=sym.value;
|
size:=symvalue;
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user