summaryrefslogtreecommitdiff
path: root/module/language/tree-il/compile-bytecode.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/tree-il/compile-bytecode.scm')
-rw-r--r--module/language/tree-il/compile-bytecode.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/tree-il/compile-bytecode.scm b/module/language/tree-il/compile-bytecode.scm
index e2eaabfcc..f9c7221e5 100644
--- a/module/language/tree-il/compile-bytecode.scm
+++ b/module/language/tree-il/compile-bytecode.scm
@@ -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))