LLVM: assign procdef.procstarttai, like in the regular code generator

This commit is contained in:
Jonas Maebe 2022-04-16 21:15:06 +02:00
parent 229eb93e72
commit b7b495a679

View File

@ -1437,6 +1437,7 @@ implementation
item:=TCmdStrListItem(item.next);
end;
list.concat(taillvmdecl.createdef(asmsym,current_procinfo.procdef,nil,sec_code,current_procinfo.procdef.alignment));
current_procinfo.procdef.procstarttai:=tai(list.last);
end;