diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp index f3f0e3858f88acf9e4a98894be5438255fd5cb67..47f4a1b57fbedd18daf74b9cad2aa7e83735fd6a 100644 --- a/compiler/generic/core.lisp +++ b/compiler/generic/core.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/generic/core.lisp,v 1.22 1993/05/11 14:06:41 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.23 1993/05/11 17:31:54 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -217,9 +217,8 @@ (dolist (noise xeps) (let ((xep (cdr noise))) (setf (byte-function-component xep) code-obj) - (note-function (lambda-info (car noise)) - (make-byte-compiled-function xep) - object))) + (initialize-byte-compiled-function xep) + (note-function (lambda-info (car noise)) xep object))) (dotimes (index num-constants) (let ((const (aref constants index))