mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 21:20:53 +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;
|
replaced: boolean;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if tasmsymbol(p).bind=AB_EXTERNAL then
|
if tasmsymbol(p).bind in [AB_EXTERNAL,AB_EXTERNAL_INDIRECT] then
|
||||||
begin
|
begin
|
||||||
//Writeln('ZZZ ',p.name,' ',p.classname,' ',Ord(tasmsymbol(p).typ));
|
//Writeln('ZZZ ',p.name,' ',p.classname,' ',Ord(tasmsymbol(p).typ));
|
||||||
s:= p.name;
|
s:= p.name;
|
||||||
|
Loading…
Reference in New Issue
Block a user