浏览代码

* warning fixed

git-svn-id: trunk@35168 -
florian 8 年之前
父节点
当前提交
2e16628db1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ncgflw.pas

+ 1 - 0
compiler/ncgflw.pas

@@ -728,6 +728,7 @@ implementation
          breaktrylabel:=nil;
          continueexceptlabel:=nil;
          breakexceptlabel:=nil;
+         doobjectdestroyandreraisestate:=Default(tcgexceptionstatehandler.texceptionstate);
 
          { this can be called recursivly }
          oldBreakLabel:=nil;