Browse Source

* fixed warning

Nikolay Nikolov 3 years ago
parent
commit
ef738f01cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/wasm32/nwasmflw.pas

+ 1 - 0
compiler/wasm32/nwasmflw.pas

@@ -374,6 +374,7 @@ implementation
         errorexit;
       begin
         location_reset(location,LOC_VOID,OS_NO);
+        doobjectdestroyandreraisestate:=Default(tcgexceptionstatehandler.texceptionstate);
 
         { Exception temps? We don't need no stinking exception temps! :) }
         fillchar(excepttemps,sizeof(excepttemps),0);