Kaynağa Gözat

- removed duplicated assignment

Nikolay Nikolov 4 yıl önce
ebeveyn
işleme
04a41fa5b0
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      compiler/wasm32/nwasmflw.pas

+ 0 - 1
compiler/wasm32/nwasmflw.pas

@@ -823,7 +823,6 @@ implementation
                 thlcgwasm(hlcg).raiseBr:=oldRaiseBr;
 
                 hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_clear_exception_flag',[],nil).resetiftemp;
-                thlcgwasm(hlcg).raiseBr:=oldRaiseBr;
                 hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_raise_nested',[],nil).resetiftemp;
                 thlcgwasm(hlcg).g_checkexceptions(current_asmdata.CurrAsmList);