소스 검색

Integer Overflow signal must be mapped to error 215, not 205, which is for floating point overflow

git-svn-id: trunk@21807 -
pierre 13 년 전
부모
커밋
645698183d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      rtl/linux/mips/sighnd.inc
  2. 1 1
      rtl/linux/sparc/sighnd.inc

+ 1 - 1
rtl/linux/mips/sighnd.inc

@@ -32,7 +32,7 @@ begin
             FPE_INTDIV:
               res:=200;
             FPE_INTOVF:
-              res:=205;
+              res:=215;
             FPE_FLTDIV:
               res:=200;
             FPE_FLTOVF:

+ 1 - 1
rtl/linux/sparc/sighnd.inc

@@ -30,7 +30,7 @@ begin
             FPE_INTDIV:
               res:=200;
             FPE_INTOVF:
-              res:=205;
+              res:=215;
             FPE_FLTDIV:
               res:=200;
             FPE_FLTOVF: