浏览代码

- removed storing/loading unused byte for tprocdef.fpu_used

git-svn-id: trunk@27434 -
Jonas Maebe 11 年之前
父节点
当前提交
806bf0b88e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      compiler/symdef.pas

+ 0 - 3
compiler/symdef.pas

@@ -4257,8 +4257,6 @@ implementation
          minparacount:=0;
          minparacount:=0;
          maxparacount:=0;
          maxparacount:=0;
          ppufile.getderef(returndefderef);
          ppufile.getderef(returndefderef);
-{ TODO: remove fpu_used loading}
-         ppufile.getbyte;
          proctypeoption:=tproctypeoption(ppufile.getbyte);
          proctypeoption:=tproctypeoption(ppufile.getbyte);
          proccalloption:=tproccalloption(ppufile.getbyte);
          proccalloption:=tproccalloption(ppufile.getbyte);
          ppufile.getnormalset(procoptions);
          ppufile.getnormalset(procoptions);
@@ -4284,7 +4282,6 @@ implementation
          ppufile.putderef(returndefderef);
          ppufile.putderef(returndefderef);
          oldintfcrc:=ppufile.do_interface_crc;
          oldintfcrc:=ppufile.do_interface_crc;
          ppufile.do_interface_crc:=false;
          ppufile.do_interface_crc:=false;
-         ppufile.putbyte(0);
          ppufile.putbyte(ord(proctypeoption));
          ppufile.putbyte(ord(proctypeoption));
          ppufile.putbyte(ord(proccalloption));
          ppufile.putbyte(ord(proccalloption));
          ppufile.putnormalset(procoptions);
          ppufile.putnormalset(procoptions);