Ver código fonte

* load/write loadnodeflags from/to ppu

git-svn-id: trunk@19559 -
florian 13 anos atrás
pai
commit
5fd5770059
1 arquivos alterados com 2 adições e 0 exclusões
  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;