Skip to content

Commit b055822

Browse files
Alejandro Zamoraeasye
authored andcommitted
compiler: (alejandro) fix bug noted by Samuel Ward December 2024
<> :closes <armedbear#690>; rdfs:seeAlso <https://mailman3.common-lisp.net/hyperkitty/list/armedbear-devel@lists.common-lisp.net/thread/TZO5ZOTODY5TF47SBNT3UQGN54UT3GNW/> .
1 parent 7154a62 commit b055822

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/org/armedbear/lisp/compiler-pass2.lisp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5627,8 +5627,7 @@ We need more thought here.
56275627
(apply #'maybe-emit-clear-values args)
56285628
(emit-move-from-stack target representation))
56295629
(progn
5630-
(unless (every 'single-valued-p args)
5631-
(emit-clear-values))
5630+
(emit-clear-values)
56325631
(emit-move-from-stack target))))
56335632
(t
56345633
(compile-function-call form target representation)))))

0 commit comments

Comments
 (0)