mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:19:37 +02:00
* fixed type of resourcestrings in typed constants
git-svn-id: trunk@32467 -
This commit is contained in:
parent
0bceb953e5
commit
f37576cf0f
@ -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? }
|
||||
|
Loading…
Reference in New Issue
Block a user