Explorar o código

* synchronised with trunk till r40648

git-svn-id: branches/debug_eh@40649 -
Jonas Maebe %!s(int64=6) %!d(string=hai) anos
pai
achega
35c249eb70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/symcreat.pas

+ 1 - 0
compiler/symcreat.pas

@@ -1263,6 +1263,7 @@ implementation
       if not(po_assembler in pd.procoptions) then
       if not(po_assembler in pd.procoptions) then
         begin
         begin
           nestedvars:=clocalvarsym.create('$nestedvars',vs_var,nestedvarsdef,[],true);
           nestedvars:=clocalvarsym.create('$nestedvars',vs_var,nestedvarsdef,[],true);
+          include(nestedvars.symoptions,sp_internal);
           pd.localst.insert(nestedvars);
           pd.localst.insert(nestedvars);
           pd.parentfpstruct:=nestedvars;
           pd.parentfpstruct:=nestedvars;
           pd.parentfpinitblock:=cblocknode.create(nil);
           pd.parentfpinitblock:=cblocknode.create(nil);