mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix baseline compilation of let-values and prompt
* module/language/tree-il/compile-bytecode.scm (compile-closure): Fix fold invocation for visit-values-handler.
This commit is contained in:
parent
cfdaf35d73
commit
7a1b7bc485
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ in the frame with for the lambda-case clause @var{clause}."
|
|||
(when (env-boxed? env)
|
||||
(emit-box asm (env-idx env) (env-idx env)))
|
||||
env))
|
||||
names syms env))
|
||||
env names syms))
|
||||
(let ((proc-slot (stack-height env))
|
||||
(nreq (length req)))
|
||||
(unless (and rest (zero? nreq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue