소스 검색

* set nf_internal for nodes being generated by constant folding

git-svn-id: trunk@34800 -
florian 9 년 전
부모
커밋
ef81009362
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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