* Some more signal tuning. Supporting SA_SIGINFO would require changing

types in SignalToRunError. I keep the old thing for now. This help pass 
   a few more tests that need proper support for floating point exceptions.

git-svn-id: trunk@20702 -
This commit is contained in:
olivier 2012-04-03 23:59:50 +00:00
parent a8a8451527
commit caf8913ad8

View File

@ -360,7 +360,7 @@ begin
{ initialize handler }
act.sa_mask[0] := 0;
act.sa_handler := SigActionHandler(@SignalToRunError);
act.sa_flags := SA_ONSTACK or SA_SIGINFO;
act.sa_flags := SA_ONSTACK;
FpSigAction(signum,@act,@oldact);
end;