- removed duplicated assignment

This commit is contained in:
Nikolay Nikolov 2021-10-05 07:43:47 +03:00
parent 99ab6bd56d
commit 04a41fa5b0

View File

@ -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);