mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* generalised llvmgettemprecorddef() so it works for almost all types
git-svn-id: trunk@34513 -
This commit is contained in:
parent
c9c1cf73ae
commit
702715a518
@ -823,12 +823,9 @@ implementation
|
||||
else
|
||||
{ other types should not appear currently, add as needed }
|
||||
internalerror(2014012008);
|
||||
end;
|
||||
pointerdef:
|
||||
typename:='p'+tostr(hdef.deflist_index);
|
||||
end;
|
||||
else
|
||||
{ other types should not appear currently, add as needed }
|
||||
internalerror(2014012009);
|
||||
typename:=typename+'d'+hdef.unique_id_str;
|
||||
end;
|
||||
end;
|
||||
if not assigned(current_module) then
|
||||
|
Loading…
Reference in New Issue
Block a user