Jelajahi Sumber

* Better signal configuration to handle correctly a second exception
like in test texception10.pp.

git-svn-id: trunk@20690 -

olivier 13 tahun lalu
induk
melakukan
8c7d54de5c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      rtl/haiku/system.pp

+ 1 - 1
rtl/haiku/system.pp

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