summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index a06774d09..bf4a4446e 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1142,8 +1142,8 @@ static int __stdcall call_signal_handler_now_dummy ()
int
sigframe::call_signal_handler ()
{
- unregister ();
- return call_signal_handler_now ();
+ return unregister () ? call_signal_handler_now () : 0;
+
}
#define pid_offset (unsigned)(((_pinfo *)NULL)->pid)