From 00cb25ff74bb287082ed2ec28afb15634f9991f4 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 7 Feb 1990 11:38:58 +0000
Subject: [PATCH] ...and also fixed the slot accesses in that branch to be
 BASIC-COMBINATION rather than COMBINATION.

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

diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp
index 778b95e2b..8c1b2731d 100644
--- a/compiler/eval-comp.lisp
+++ b/compiler/eval-comp.lisp
@@ -187,8 +187,8 @@
 	     (leaf (if refp (ref-leaf node))))
 	(setf (continuation-info cont)
 	      (cond ((and refp dest (typep dest 'basic-combination)
-			  (eq (combination-kind dest) :local)
-			  (eq (combination-fun dest) cont))
+			  (eq (basic-combination-kind dest) :local)
+			  (eq (basic-combination-fun dest) cont))
 		     :unused)
 		    ((and leaf (typep leaf 'global-var)
 			  (eq (global-var-kind leaf) :global-function)
-- 
GitLab