Disable SEH workaround on __MINGW64__ only. (#6957)
This commit is contained in:
parent
d4315284e9
commit
6073782627
Notes:
git
2022-12-19 00:46:10 +00:00
Merged-By: ioquatix <samuel@codeotaku.com>
2
cont.c
2
cont.c
@ -1578,7 +1578,7 @@ cont_restore_1(rb_context_t *cont)
|
|||||||
cont_restore_thread(cont);
|
cont_restore_thread(cont);
|
||||||
|
|
||||||
/* restore machine stack */
|
/* restore machine stack */
|
||||||
#ifdef _M_AMD64
|
#if defined(_M_AMD64) && !defined(__MINGW64__)
|
||||||
{
|
{
|
||||||
/* workaround for x64 SEH */
|
/* workaround for x64 SEH */
|
||||||
jmp_buf buf;
|
jmp_buf buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user