mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* load/write loadnodeflags from/to ppu
git-svn-id: trunk@19559 -
This commit is contained in:
parent
6ec0f2549a
commit
5fd5770059
@ -201,6 +201,7 @@ implementation
|
||||
ppufile.getderef(symtableentryderef);
|
||||
symtable:=nil;
|
||||
ppufile.getderef(fprocdefderef);
|
||||
ppufile.getsmallset(loadnodeflags);
|
||||
end;
|
||||
|
||||
|
||||
@ -209,6 +210,7 @@ implementation
|
||||
inherited ppuwrite(ppufile);
|
||||
ppufile.putderef(symtableentryderef);
|
||||
ppufile.putderef(fprocdefderef);
|
||||
ppufile.putsmallset(loadnodeflags);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user