Browse Source

* set nf_internal for nodes being generated by constant folding

git-svn-id: trunk@34800 -
florian 8 years ago
parent
commit
ef81009362
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/nadd.pas

+ 1 - 0
compiler/nadd.pas

@@ -560,6 +560,7 @@ implementation
                else
                  internalerror(2008022101);
              end;
+             include(t.flags,nf_internal);
              result:=t;
              exit;
           end