diff options
Diffstat (limited to 'libguile/control.c')
-rw-r--r-- | libguile/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/control.c b/libguile/control.c index 61ead5e9b..20b3e74d2 100644 --- a/libguile/control.c +++ b/libguile/control.c @@ -138,7 +138,7 @@ scm_suspendable_continuation_p (SCM tag) jmp_buf *registers; if (scm_dynstack_find_prompt (&thread->dynstack, tag, &flags, - NULL, NULL, NULL, ®isters)) + NULL, NULL, NULL, NULL, ®isters)) return scm_from_bool (registers == thread->vm.registers); return SCM_BOOL_F; |