mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* fixed (harmless) range check error
git-svn-id: trunk@12701 -
This commit is contained in:
parent
eee1525de8
commit
1c82b105fa
@ -1454,7 +1454,7 @@ implementation
|
||||
finish_entry;
|
||||
append_entry(DW_TAG_subrange_type,false,[
|
||||
DW_AT_lower_bound,DW_FORM_udata,0,
|
||||
DW_AT_upper_bound,DW_FORM_udata,slen
|
||||
DW_AT_upper_bound,DW_FORM_udata,int64(slen)
|
||||
]);
|
||||
append_labelentry_ref(DW_AT_type,def_dwarf_lab(lendef));
|
||||
finish_entry;
|
||||
|
Loading…
Reference in New Issue
Block a user