mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-17 11:05:00 +00:00
Fix JIT support on macOS. This was broken by a copy-paste error
in b5820d8059
.
This commit is contained in:
parent
1669960afd
commit
1c9b21f580
@ -1298,7 +1298,7 @@ AC_TRANSLATE_DEFINE(HAVE_SIGCONTEXT_SUBTERFUGE, "$ac_cv_have_sigcontext_hack",
|
||||
|
||||
|
||||
dnl Resolve and set the proper sigsegv_recovery method...
|
||||
if [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
|
||||
if [[ "x$ac_cv_have_mach_exceptions" = "xyes" ]]; then
|
||||
sigsegv_recovery=mach
|
||||
elif [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
|
||||
sigsegv_recovery=win32
|
||||
|
Loading…
Reference in New Issue
Block a user