* TPPCMPWAssembler: also write import statements for AB_EXTERNAL_INDIRECT symbols

git-svn-id: trunk@36883 -
This commit is contained in:
svenbarth 2017-08-12 14:23:16 +00:00
parent aacea142de
commit 86e50d4a26

View File

@ -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;