diff --git a/compiler/dump.lisp b/compiler/dump.lisp index 5c77cdff96d177d72508ab04aec797048baccb97..818545f05df54554dd846ca77bd8ae359fecb01f 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))