* cleanup tnodeutils.InsertThreadvars as suggested in #40538, resolves #40538

This commit is contained in:
florian 2024-04-28 22:38:00 +02:00
parent f89a2b8432
commit 7b0578dc17

View File

@ -1333,9 +1333,7 @@ implementation
tcb.get_final_asmlist(sym,tabledef,sec_data,s,const_align(sizeof(pint)))); tcb.get_final_asmlist(sym,tabledef,sec_data,s,const_align(sizeof(pint))));
include(current_module.moduleflags,mf_threadvars); include(current_module.moduleflags,mf_threadvars);
current_module.add_public_asmsym(sym); current_module.add_public_asmsym(sym);
end end;
else
s:='';
tcb.Free; tcb.Free;
end; end;