diff --git a/compiler/ncgcal.pas b/compiler/ncgcal.pas index a0f8964667..1e59033fa3 100644 --- a/compiler/ncgcal.pas +++ b/compiler/ncgcal.pas @@ -1375,6 +1375,7 @@ implementation not(po_virtualmethod in procdefinition.procoptions) then begin hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_iocheck',[],nil).resetiftemp; + hlcg.g_maybe_checkforexceptions(current_asmdata.CurrAsmList); end; end;