Browse Source

* map SIGILL to rte 216, experimental

git-svn-id: trunk@6762 -
florian 18 years ago
parent
commit
52cebb0083
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/go32v2/dpmiexcp.pp

+ 2 - 2
rtl/go32v2/dpmiexcp.pp

@@ -1615,8 +1615,8 @@ begin
    17,                     {'Alignment Check',}
    18,                     {'Machine Check',}
    19,                     {'SSE FP error'}
-   SIGSEGV,SIGTRAP,SIGTIMR,SIGINT,SIGQUIT
-    : ErrorOfSig:=216;
+   SIGSEGV,SIGTRAP,SIGTIMR,SIGINT,SIGQUIT,SIGILL:
+     ErrorOfSig:=216;
   end;
   if assigned(djgpp_exception_state_ptr) then
     Begin