+ check for tf_init_final_units_by_calls in trv32nodeutils.insert_init_final_table

This commit is contained in:
florian 2024-05-25 19:28:50 +02:00
parent c86e7b43b4
commit fbf20eee31

View File

@ -93,6 +93,11 @@ implementation
i : longint;
ref:treference;
begin
if not(tf_init_final_units_by_calls in target_info.flags) then
begin
inherited insert_init_final_table(main,entries);
exit;
end;
initList:=TAsmList.create;
finalList:=TAsmList.create;