mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* set addr:=nil for other signals
This commit is contained in:
parent
7335a0e9af
commit
9db91c3f23
@ -33,6 +33,7 @@ var
|
||||
addr : pointer;
|
||||
begin
|
||||
res:=0;
|
||||
addr:=nil;
|
||||
case sig of
|
||||
SIGFPE :
|
||||
begin
|
||||
@ -72,7 +73,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2005-02-05 23:45:38 peter
|
||||
Revision 1.8 2005-02-05 23:46:12 peter
|
||||
* set addr:=nil for other signals
|
||||
|
||||
Revision 1.7 2005/02/05 23:45:38 peter
|
||||
* sigcontext is invalid, use siginfo only
|
||||
|
||||
Revision 1.6 2005/01/30 18:01:15 peter
|
||||
|
Loading…
Reference in New Issue
Block a user