Browse Source

* warning fixed

git-svn-id: trunk@35168 -
florian 8 years ago
parent
commit
2e16628db1
1 changed files with 1 additions and 0 deletions
  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;