diff --git a/compiler/dbgdwarf.pas b/compiler/dbgdwarf.pas index d6be6c70b7..e0ad4cc5b7 100644 --- a/compiler/dbgdwarf.pas +++ b/compiler/dbgdwarf.pas @@ -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