Explorar el Código

* fixed fpu rte code for invalid, inexact and "subscript out of range"
errors (216 -> 207)

git-svn-id: trunk@7453 -

Jonas Maebe hace 18 años
padre
commit
eac195fc51
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      rtl/solaris/sparc/sighnd.inc

+ 0 - 5
rtl/solaris/sparc/sighnd.inc

@@ -52,7 +52,6 @@ begin
   case sig of
     SIGFPE :
         begin
-          res := 207;
           case  siginfo^.si_code of
             FPE_INTDIV:
               res:=200;
@@ -64,10 +63,6 @@ begin
               res:=205;
             FPE_FLTUND:
               res:=206;
-            FPE_FLTRES,
-            FPE_FLTINV,
-            FPE_FLTSUB:
-              res:=216;
             else
               res:=207;
           end;