diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp index bd532ab791032beab21d88b77cab687866cf0211..ea1cbe0a4be8366a9062d50e41950a9ee590658c 100644 --- a/compiler/ir1util.lisp +++ b/compiler/ir1util.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/ir1util.lisp,v 1.46 1991/11/18 12:52:21 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.47 1991/11/20 21:38:53 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1208,7 +1208,9 @@ (change-ref-leaf (continuation-use inside-fun) (find-free-function 'list "???")) (setf (combination-kind inside) :full) + (setf (node-derived-type inside) *wild-type*) (flush-dest cont) + (setf (continuation-asserted-type cont) *wild-type*) (undefined-value))))))