mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:49:27 +02:00
+ added call to g_maybe_checkforexceptions after generating call to fpc_iocheck
This commit is contained in:
parent
3c58f26e83
commit
074ce9c50f
@ -1375,6 +1375,7 @@ implementation
|
|||||||
not(po_virtualmethod in procdefinition.procoptions) then
|
not(po_virtualmethod in procdefinition.procoptions) then
|
||||||
begin
|
begin
|
||||||
hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_iocheck',[],nil).resetiftemp;
|
hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_iocheck',[],nil).resetiftemp;
|
||||||
|
hlcg.g_maybe_checkforexceptions(current_asmdata.CurrAsmList);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user