Selaa lähdekoodia

* fixed ppudump after r27434

git-svn-id: trunk@27556 -
nickysn 11 vuotta sitten
vanhempi
commit
9ab2aa7463
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      compiler/utils/ppuutils/ppudump.pp

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

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