diff --git a/compiler/locall.lisp b/compiler/locall.lisp
index e49b4e5e1c787c234f7ef482ffc14058c3ad6fe8..ae356e0405479ba9f876cbef25dab864227e7053 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))