mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
* 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:
parent
a8a8451527
commit
caf8913ad8
@ -360,7 +360,7 @@ begin
|
|||||||
{ initialize handler }
|
{ initialize handler }
|
||||||
act.sa_mask[0] := 0;
|
act.sa_mask[0] := 0;
|
||||||
act.sa_handler := SigActionHandler(@SignalToRunError);
|
act.sa_handler := SigActionHandler(@SignalToRunError);
|
||||||
act.sa_flags := SA_ONSTACK or SA_SIGINFO;
|
act.sa_flags := SA_ONSTACK;
|
||||||
FpSigAction(signum,@act,@oldact);
|
FpSigAction(signum,@act,@oldact);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user