mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* fixed shortstring size information
git-svn-id: trunk@14335 -
This commit is contained in:
parent
255a9e7d22
commit
fa044d05e0
@ -1469,7 +1469,7 @@ implementation
|
||||
current_asmdata.getaddrlabel(arr);
|
||||
append_entry(DW_TAG_structure_type,true,[
|
||||
DW_AT_name,DW_FORM_string,name+#0,
|
||||
DW_AT_byte_size,DW_FORM_data1,2*sizeof(pint)
|
||||
DW_AT_byte_size,DW_FORM_udata,qword(lendef.size)+slen
|
||||
]);
|
||||
finish_entry;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user