Skip to content

Commit

Permalink
- potential fix to #690
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Zamora committed Dec 21, 2024
1 parent 1245154 commit 277e9c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/armedbear/lisp/compiler-pass2.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5627,8 +5627,7 @@ We need more thought here.
(apply #'maybe-emit-clear-values args)
(emit-move-from-stack target representation))
(progn
(unless (every 'single-valued-p args)
(emit-clear-values))
(emit-clear-values)
(emit-move-from-stack target))))
(t
(compile-function-call form target representation)))))
Expand Down

0 comments on commit 277e9c4

Please sign in to comment.