* fixed type of resourcestrings in typed constants

git-svn-id: trunk@32467 -
This commit is contained in:
Jonas Maebe 2015-11-22 11:49:21 +00:00
parent 0bceb953e5
commit f37576cf0f

View File

@ -1765,7 +1765,7 @@ implementation
resourcestrrec:=trecorddef(search_system_type('TRESOURCESTRINGRECORD').typedef);
queue_subscriptn_multiple_by_name(resourcestrrec,['CURRENTVALUE']);
queue_emit_asmsym(current_asmdata.RefAsmSymbol(
make_mangledname('RESSTR',cs.owner,cs.name),AT_DATA),cansistringtype
make_mangledname('RESSTR',cs.owner,cs.name),AT_DATA),resourcestrrec
);
end;
{ can these occur? }