* map SIGILL to rte 216, experimental

git-svn-id: trunk@6762 -
This commit is contained in:
florian 2007-03-09 21:27:06 +00:00
parent dd45cf582f
commit 52cebb0083

View File

@ -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