소스 검색

* fixed ppudump after r27434

git-svn-id: trunk@27556 -
nickysn 11 년 전
부모
커밋
9ab2aa7463
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/utils/ppuutils/ppudump.pp

+ 0 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -1750,7 +1750,6 @@ var
 begin
   write([space,'      Return type : ']);
   readderef('', ProcDef.ReturnType);
-  writeln([space,'         Fpu used : ',ppufile.getbyte]);
   proctypeoption:=tproctypeoption(ppufile.getbyte);
   case proctypeoption of
     potype_function: Include(ProcDef.Options, poFunction);