mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 20:49:26 +02:00
* TPPCMPWAssembler: also write import statements for AB_EXTERNAL_INDIRECT symbols
git-svn-id: trunk@36883 -
This commit is contained in:
parent
aacea142de
commit
86e50d4a26
@ -1099,7 +1099,7 @@ interface
|
||||
replaced: boolean;
|
||||
|
||||
begin
|
||||
if tasmsymbol(p).bind=AB_EXTERNAL then
|
||||
if tasmsymbol(p).bind in [AB_EXTERNAL,AB_EXTERNAL_INDIRECT] then
|
||||
begin
|
||||
//Writeln('ZZZ ',p.name,' ',p.classname,' ',Ord(tasmsymbol(p).typ));
|
||||
s:= p.name;
|
||||
|
Loading…
Reference in New Issue
Block a user