mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +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
|
||||
begin
|
||||
bind:=AB_COMMON;
|
||||
size:=sym.value;
|
||||
size:=symvalue;
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user