diff options
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index db6d3a5e9..de62613b3 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -1,4 +1,4 @@ -/* Copyright 1995-2019 +/* Copyright 1995-2019, 2025 Free Software Foundation, Inc. This file is part of Guile. @@ -463,7 +463,7 @@ eval (SCM x, SCM env) { /* The prompt exited nonlocally. */ t->vm.registers = prev_registers; - scm_gc_after_nonlocal_exit (); + scm_gc_after_nonlocal_exit (t); proc = handler; args = scm_i_prompt_pop_abort_args_x (&t->vm, saved_stack_depth); goto apply_proc; |