From c145ed27ff82c592028ad5248d64737e3831d05f Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 19 Mar 1993 17:05:23 +0000 Subject: [PATCH] Fixed call to CONTINUATION-DERIVED-TYPE to be CONTINUATION-TYPE so that we don't choke on values types in the functional position. --- compiler/ir1opt.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp index bef62b565..8eaa001f9 100644 --- a/compiler/ir1opt.lisp +++ b/compiler/ir1opt.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/ir1opt.lisp,v 1.58 1993/03/14 19:32:38 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.59 1993/03/19 17:05:23 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -947,7 +947,7 @@ (:full (multiple-value-bind (leaf info) - (validate-call-type call (continuation-derived-type fun-cont) nil) + (validate-call-type call (continuation-type fun-cont) nil) (cond ((functional-p leaf) (convert-call-if-possible (continuation-use (basic-combination-fun call)) -- GitLab