mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* also use sizesinttype, instead of ptrsinttype for the string reference count
and length in ttai_typedconstbuilder.get_dynstring_rec git-svn-id: trunk@34622 -
This commit is contained in:
parent
b3deb8a152
commit
6eeb6ee95a
@ -1528,9 +1528,9 @@ implementation
|
|||||||
result.add_field_by_def('',u32inttype);
|
result.add_field_by_def('',u32inttype);
|
||||||
{$endif cpu64bitaddr}
|
{$endif cpu64bitaddr}
|
||||||
{ reference count }
|
{ reference count }
|
||||||
result.add_field_by_def('',ptrsinttype);
|
result.add_field_by_def('',sizesinttype);
|
||||||
{ length in elements }
|
{ length in elements }
|
||||||
result.add_field_by_def('',ptrsinttype);
|
result.add_field_by_def('',sizesinttype);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user