mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:06:08 +02:00
- removed storing/loading unused byte for tprocdef.fpu_used
git-svn-id: trunk@27434 -
This commit is contained in:
parent
0a7b795744
commit
806bf0b88e
@ -4257,8 +4257,6 @@ implementation
|
||||
minparacount:=0;
|
||||
maxparacount:=0;
|
||||
ppufile.getderef(returndefderef);
|
||||
{ TODO: remove fpu_used loading}
|
||||
ppufile.getbyte;
|
||||
proctypeoption:=tproctypeoption(ppufile.getbyte);
|
||||
proccalloption:=tproccalloption(ppufile.getbyte);
|
||||
ppufile.getnormalset(procoptions);
|
||||
@ -4284,7 +4282,6 @@ implementation
|
||||
ppufile.putderef(returndefderef);
|
||||
oldintfcrc:=ppufile.do_interface_crc;
|
||||
ppufile.do_interface_crc:=false;
|
||||
ppufile.putbyte(0);
|
||||
ppufile.putbyte(ord(proctypeoption));
|
||||
ppufile.putbyte(ord(proccalloption));
|
||||
ppufile.putnormalset(procoptions);
|
||||
|
Loading…
Reference in New Issue
Block a user