瀏覽代碼

* load/write loadnodeflags from/to ppu

git-svn-id: trunk@19559 -
florian 13 年之前
父節點
當前提交
5fd5770059
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;