浏览代码

* include ti_nofini in tempinfostoreflags

git-svn-id: trunk@44096 -
florian 5 年之前
父节点
当前提交
9dd25d836d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nbas.pas

+ 1 - 1
compiler/nbas.pas

@@ -190,7 +190,7 @@ interface
        ttempinfoflags = set of ttempinfoflag;
 
      const
-       tempinfostoreflags = [ti_may_be_in_reg,ti_addr_taken,ti_reference,ti_readonly,ti_no_final_regsync];
+       tempinfostoreflags = [ti_may_be_in_reg,ti_addr_taken,ti_reference,ti_readonly,ti_no_final_regsync,ti_nofini];
 
      type
        { to allow access to the location by temp references even after the temp has }