Explorar o código

+ added call to g_maybe_checkforexceptions after generating call to fpc_iocheck

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
074ce9c50f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/ncgcal.pas

+ 1 - 0
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;