Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compiler/ARM/arm2.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8691,6 +8691,7 @@ v idx-reg constidx val-reg (arm2-unboxed-reg-for-aset seg type-keyword val-reg s

(defarm2 arm2-lambda-bind lambda-bind (seg vreg xfer vals req rest keys-p auxen body p2decls)
(let* ((old-stack (arm2-encode-stack))
(*arm2-nfp-depth* *arm2-nfp-depth*)
(nreq (list-length req))
(rest-arg (nthcdr nreq vals))
(apply-body (arm2-eliminate-&rest body rest keys-p auxen rest-arg)))
Expand Down
1 change: 1 addition & 0 deletions compiler/X86/x862.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9951,6 +9951,7 @@

(setq vals (copy-list vals))
(let* ((old-stack (x862-encode-stack))
(*x862-nfp-depth* *x862-nfp-depth*)
(val nil)
(bits nil)
(valcopy vals))
Expand Down