浏览代码

+ added call to g_maybe_checkforexceptions after generating call to fpc_iocheck

Nikolay Nikolov 3 年之前
父节点
当前提交
074ce9c50f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;