Explorar o código

* load/write loadnodeflags from/to ppu

git-svn-id: trunk@19559 -
florian %!s(int64=14) %!d(string=hai) anos
pai
achega
5fd5770059
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/nld.pas

+ 2 - 0
compiler/nld.pas

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