Browse Source

* set addr:=nil for other signals

peter 20 years ago
parent
commit
9db91c3f23
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/linux/sparc/sighnd.inc

+ 5 - 1
rtl/linux/sparc/sighnd.inc

@@ -33,6 +33,7 @@ var
   addr : pointer;
   addr : pointer;
 begin
 begin
   res:=0;
   res:=0;
+  addr:=nil;
   case sig of
   case sig of
     SIGFPE :
     SIGFPE :
         begin
         begin
@@ -72,7 +73,10 @@ end;
 
 
 {
 {
   $Log$
   $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
     * sigcontext is invalid, use siginfo only
 
 
   Revision 1.6  2005/01/30 18:01:15  peter
   Revision 1.6  2005/01/30 18:01:15  peter