X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-darwin-os.c;h=25f13b198a605dd2a976eeb947b1c1bba533802c;hb=decddddf7e581fa1ebee846e5fddcd52229bb9a8;hp=c657565b9987690cdd15a410e98032e662300460;hpb=a96167c44596bf4e549b514dd3fd8880081510da;p=sbcl.git diff --git a/src/runtime/x86-darwin-os.c b/src/runtime/x86-darwin-os.c index c657565..25f13b1 100644 --- a/src/runtime/x86-darwin-os.c +++ b/src/runtime/x86-darwin-os.c @@ -270,7 +270,7 @@ void signal_emulation_wrapper(x86_thread_state32_t *thread_state, build_fake_signal_context(context, thread_state, float_state); - block_blockable_signals(); + block_blockable_signals(0, 0); handler(signal, siginfo, context);