From f6ca25a591f6a9f15e84154af0135471a265c822 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 11 May 1993 21:15:58 +0000
Subject: [PATCH] fix call to %funcallable-instance-info

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

diff --git a/compiler/dump.lisp b/compiler/dump.lisp
index 5c77cdff9..818545f05 100644
--- a/compiler/dump.lisp
+++ b/compiler/dump.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/dump.lisp,v 1.52 1993/05/11 17:30:20 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.53 1993/05/11 21:15:58 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -751,7 +751,7 @@
     (dotimes (i nslots)
       (if (zerop i)
 	  (dump-push code-handle file)
-	  (dump-object (%funcallable-instance-info xep) file)))
+	  (dump-object (%funcallable-instance-info xep i) file)))
     (dump-object (%funcallable-instance-layout xep) file)
     (dump-fop 'lisp::fop-make-byte-compiled-function file)
     (dump-byte nslots file))
-- 
GitLab