* don't directly use sym.value as that is not necessarily initialized anymore

git-svn-id: trunk@35389 -
This commit is contained in:
svenbarth 2017-02-04 13:49:44 +00:00
parent 7e85e27865
commit 669be1e4c2

View File

@ -1876,7 +1876,7 @@ const pemagic : array[0..3] of byte = (
else
begin
bind:=AB_COMMON;
size:=sym.value;
size:=symvalue;
end;
end
else