diff --git a/compiler/represent.lisp b/compiler/represent.lisp index e87eda6f77575b56ec6e79e48a23bef090292d90..71f9f7c6562982deea12edb778b55a5d944a5e73 100644 --- a/compiler/represent.lisp +++ b/compiler/represent.lisp @@ -233,7 +233,7 @@ (defun note-number-stack-tn (refs) (declare (type (or tn-ref null) refs)) - (do ((ref refs (tn-ref-next refs))) + (do ((ref refs (tn-ref-next ref))) ((null ref)) (let* ((lambda (block-lambda (ir2-block-block