diff --git a/module/language/tree-il/compile-cps2.scm b/module/language/tree-il/compile-cps2.scm index 652d7ad2a..f4cfb2918 100644 --- a/module/language/tree-il/compile-cps2.scm +++ b/module/language/tree-il/compile-cps2.scm @@ -499,7 +499,7 @@ (lambda (cps args) (with-cps cps (letk kt ($kargs () () ($continue k src ($const #f)))) - (letk kf ($kargs () () ($continue k src ($const #f)))) + (letk kf ($kargs () () ($continue k src ($const #t)))) (build-term ($continue kf src ($branch kt ($values args)))))))) ((and (eq? name 'list)