diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index ce7c38898..795c7f3ef 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -717,7 +717,7 @@ sig_send (_pinfo *p, int sig, DWORD ebp, bool exception) { thiscatch = sigcatch_main; thiscomplete = sigcomplete_main; - thisframe.set (mainthread, ebp, exception); + thisframe.init (mainthread, ebp, exception); todo = getlocal_sigtodo (sig); issem = true; } |