소스 검색

* TPPCMPWAssembler: small improvement for the debug output of writeexternal()

git-svn-id: trunk@36884 -
svenbarth 8 년 전
부모
커밋
4c71fb9e28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/powerpc/agppcmpw.pas

+ 1 - 1
compiler/powerpc/agppcmpw.pas

@@ -1101,7 +1101,7 @@ interface
       begin
         if tasmsymbol(p).bind in [AB_EXTERNAL,AB_EXTERNAL_INDIRECT] then
           begin
-            //Writeln('ZZZ ',p.name,' ',p.classname,' ',Ord(tasmsymbol(p).typ));
+            //Writeln('ZZZ ',p.name,' ',p.typ);
             s:= p.name;
             replaced:= ReplaceForbiddenChars(s);