mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02:00
* TPPCMPWAssembler: small improvement for the debug output of writeexternal()
git-svn-id: trunk@36884 -
This commit is contained in:
parent
86e50d4a26
commit
4c71fb9e28
@ -1101,7 +1101,7 @@ interface
|
|||||||
begin
|
begin
|
||||||
if tasmsymbol(p).bind in [AB_EXTERNAL,AB_EXTERNAL_INDIRECT] 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.typ);
|
||||||
s:= p.name;
|
s:= p.name;
|
||||||
replaced:= ReplaceForbiddenChars(s);
|
replaced:= ReplaceForbiddenChars(s);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user