* sigproc.cc (sig_send): Correct below checkin. Use

thisframe.call_signal_handler.
This commit is contained in:
Christopher Faylor 2003-11-23 05:42:47 +00:00
parent 0670609d12
commit 0af8d6110b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-23 Christopher Faylor <cgf@redhat.com>
* sigproc.cc (sig_send): Correct below checkin. Use
thisframe.call_signal_handler.
2003-11-23 Christopher Faylor <cgf@redhat.com>
* sigproc.cc (proc_exists): A zombie process does not exist.

View File

@ -790,7 +790,7 @@ sig_send (_pinfo *p, int sig, DWORD ebp, bool exception)
}
if (wait_for_completion)
call_signal_handler_now ();
thisframe.call_signal_handler ();
out:
if (sig != __SIGPENDING)