mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 06:26:02 +02:00
LLVM: assign procdef.procstarttai, like in the regular code generator
This commit is contained in:
parent
229eb93e72
commit
b7b495a679
@ -1437,6 +1437,7 @@ implementation
|
|||||||
item:=TCmdStrListItem(item.next);
|
item:=TCmdStrListItem(item.next);
|
||||||
end;
|
end;
|
||||||
list.concat(taillvmdecl.createdef(asmsym,current_procinfo.procdef,nil,sec_code,current_procinfo.procdef.alignment));
|
list.concat(taillvmdecl.createdef(asmsym,current_procinfo.procdef,nil,sec_code,current_procinfo.procdef.alignment));
|
||||||
|
current_procinfo.procdef.procstarttai:=tai(list.last);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user