diff options
Diffstat (limited to 'winsup/cygwin/cygtls.cc')
-rw-r--r-- | winsup/cygwin/cygtls.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc index 6b7e0cd51..34ba14934 100644 --- a/winsup/cygwin/cygtls.cc +++ b/winsup/cygwin/cygtls.cc @@ -247,8 +247,7 @@ _cygtls::handle_threadlist_exception (EXCEPTION_RECORD *e, exception_list *frame extern void *threadlist_exception_return; cygheap->threadlist[threadlist_ix]->remove (INFINITE); threadlist_ix = 0; - RtlUnwind (frame, threadlist_exception_return, e, 0); - /* Never returns */ + return 0; } /* Set up the exception handler for the current thread. The x86 uses segment |