mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 01:49:20 +02:00
- Removed superfluous tai_align, the new_section procedure creates one itself.
git-svn-id: trunk@28027 -
This commit is contained in:
parent
0f5b13d45b
commit
53b0ef1f61
@ -1490,7 +1490,6 @@ implementation
|
|||||||
{ add the procedure to the al_procedures }
|
{ add the procedure to the al_procedures }
|
||||||
maybe_new_object_file(list);
|
maybe_new_object_file(list);
|
||||||
new_section(list,sec_code,lower(pd.mangledname),current_settings.alignment.procalign);
|
new_section(list,sec_code,lower(pd.mangledname),current_settings.alignment.procalign);
|
||||||
list.concat(Tai_align.create(current_settings.alignment.procalign));
|
|
||||||
if (po_global in pd.procoptions) then
|
if (po_global in pd.procoptions) then
|
||||||
list.concat(Tai_symbol.createname_global(pd.mangledname,AT_FUNCTION,0))
|
list.concat(Tai_symbol.createname_global(pd.mangledname,AT_FUNCTION,0))
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user