Просмотр исходного кода

Remove multiple calls to cg.g_check_for_fpu_exception, only keep call to cg.maybe_check_for_fpu_exception (merging error)

git-svn-id: branches/fixes_3_2@46231 -
pierre 5 лет назад
Родитель
Сommit
ec4954111e
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      compiler/ncgcal.pas

+ 0 - 8
compiler/ncgcal.pas

@@ -1293,14 +1293,6 @@ implementation
          if cnf_check_fpu_exceptions in callnodeflags then
            cg.maybe_check_for_fpu_exception(current_asmdata.CurrAsmList);
 
-         { check for fpu exceptions }
-         if cnf_check_fpu_exceptions in callnodeflags then
-           cg.g_check_for_fpu_exception(current_asmdata.CurrAsmList);
-
-         { check for fpu exceptions }
-         if cnf_check_fpu_exceptions in callnodeflags then
-           cg.g_check_for_fpu_exception(current_asmdata.CurrAsmList);
-
          { perhaps i/o check ? }
          if (cs_check_io in current_settings.localswitches) and
             (po_iocheck in procdefinition.procoptions) and