* load/write loadnodeflags from/to ppu

git-svn-id: trunk@19559 -
This commit is contained in:
florian 2011-10-30 16:15:54 +00:00
parent 6ec0f2549a
commit 5fd5770059

View File

@ -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;