فهرست منبع

- removed duplicated assignment

Nikolay Nikolov 4 سال پیش
والد
کامیت
04a41fa5b0
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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);