mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* use the .set directive for procedure aliases
git-svn-id: branches/wasm@46982 -
This commit is contained in:
parent
f17af139d3
commit
60762dbfee
@ -4677,7 +4677,7 @@ implementation
|
||||
they can be interpreted as all different starting symbols of
|
||||
subsections and be reordered }
|
||||
if (item<>firstitem) and
|
||||
(target_info.system in systems_darwin) then
|
||||
(target_info.system in (systems_darwin+systems_wasm)) then
|
||||
begin
|
||||
{ the .set already defines the symbol, so can't emit a tai_symbol as that will redefine it }
|
||||
if global then
|
||||
|
Loading…
Reference in New Issue
Block a user