From 8a78c147fadca357d61e8204641b44bce2e3e7bb Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 8 May 1993 00:42:36 +0000 Subject: [PATCH] When iterating over the lamdba-calls in unconverting tail calls, have to ignore any deleted lambdas. --- compiler/locall.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/locall.lisp b/compiler/locall.lisp index e49b4e5e1..ae356e040 100644 --- a/compiler/locall.lisp +++ b/compiler/locall.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.40 1993/01/17 20:38:06 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.41 1993/05/08 00:42:36 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -817,6 +817,7 @@ (link-blocks block next-block) (delete-continuation-use this-call) (add-continuation-use this-call (node-cont call)))) + (:deleted) (:assignment (assert (eq called fun)))))))) (undefined-value)) -- GitLab