浏览代码

* 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);