* generalised llvmgettemprecorddef() so it works for almost all types

git-svn-id: trunk@34513 -
This commit is contained in:
Jonas Maebe 2016-09-11 17:11:57 +00:00
parent c9c1cf73ae
commit 702715a518

View File

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