From 7fb53fc66aefcc48084a54d1e2b711cfbf5038d8 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 31 May 1991 14:22:08 +0000
Subject: [PATCH] Tweaked stuff to work now that notinline function references
 can be delayed.

---
 compiler/ir2tran.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 90ee4f717..18b4837be 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.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/ir2tran.lisp,v 1.30 1991/03/10 19:41:38 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.31 1991/05/31 14:22:08 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -906,7 +906,7 @@
   (declare (type continuation cont))
   (let* ((2cont (continuation-info cont))
 	 (name (if (eq (ir2-continuation-kind 2cont) :delayed)
-		   (let ((res (continuation-function-name cont)))
+		   (let ((res (continuation-function-name cont t)))
 		     (assert res)
 		     res)
 		   nil)))
-- 
GitLab