* change address related variables from aint to PInt to avoid range check errors

git-svn-id: trunk@33701 -
This commit is contained in:
florian 2016-05-16 19:24:09 +00:00
parent 8e75ac64f1
commit 35b18fbf85

View File

@ -1683,8 +1683,8 @@ implementation
procedure TDebugInfoDwarf.appenddef_array(list:TAsmList;def:tarraydef);
var
size : aint;
elesize : aint;
size : PInt;
elesize : PInt;
elestrideattr : tdwarf_attribute;
labsym: tasmlabel;
begin