* fixed shortstring size information

git-svn-id: trunk@14335 -
This commit is contained in:
Jonas Maebe 2009-12-05 19:26:25 +00:00
parent 255a9e7d22
commit fa044d05e0

View File

@ -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;