* exceptions.c (sigpacket::process): Set tls on return since it is assumed to
be set to a valid value by the caller.
This commit is contained in:
@@ -1287,6 +1287,7 @@ dosig:
|
||||
rc = setup_handler (si.si_signo, handler, thissig, use_tls);
|
||||
|
||||
done:
|
||||
tls = use_tls;
|
||||
if (continue_now)
|
||||
SetEvent (sigCONT);
|
||||
sigproc_printf ("returning %d", rc);
|
||||
|
Reference in New Issue
Block a user