Selaa lähdekoodia

- removed duplicated assignment

Nikolay Nikolov 3 vuotta sitten
vanhempi
commit
04a41fa5b0
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      compiler/wasm32/nwasmflw.pas

+ 0 - 1
compiler/wasm32/nwasmflw.pas

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