mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +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);
|
ppufile.getderef(symtableentryderef);
|
||||||
symtable:=nil;
|
symtable:=nil;
|
||||||
ppufile.getderef(fprocdefderef);
|
ppufile.getderef(fprocdefderef);
|
||||||
|
ppufile.getsmallset(loadnodeflags);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -209,6 +210,7 @@ implementation
|
|||||||
inherited ppuwrite(ppufile);
|
inherited ppuwrite(ppufile);
|
||||||
ppufile.putderef(symtableentryderef);
|
ppufile.putderef(symtableentryderef);
|
||||||
ppufile.putderef(fprocdefderef);
|
ppufile.putderef(fprocdefderef);
|
||||||
|
ppufile.putsmallset(loadnodeflags);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user