fix comp-limplify-listn
This commit is contained in:
parent
bebe5a9791
commit
318c4772af
2 changed files with 5 additions and 1 deletions
|
@ -381,7 +381,7 @@ If NEGATED non nil negate the tested condition."
|
|||
|
||||
(defun comp-limplify-listn (n)
|
||||
"Limplify list N."
|
||||
(comp-with-sp (1- n)
|
||||
(comp-with-sp (+ (comp-sp) n -1)
|
||||
(comp-emit-set-call `(call Fcons
|
||||
,(comp-slot)
|
||||
,(make-comp-mvar :constant nil))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue