summaryrefslogtreecommitdiffstats
path: root/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffi.c')
-rw-r--r--ffi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffi.c b/ffi.c
index e0f662b3..0b119486 100644
--- a/ffi.c
+++ b/ffi.c
@@ -4179,6 +4179,8 @@ static void ffi_closure_dispatch_safe(ffi_cif *cif, void *cret,
if (rtft->release != 0)
memset(cret, 0, rsize);
+ s_exit_point = 0;
+
uw_push_guard(&cont_guard, 0);
uw_simple_catch_begin;