X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1final.lisp;h=50e9cc20800f9de2aa6d8cd666b8313cefee6e97;hb=be9cdb85e4bc90f81e5ab97987286971d3303ba7;hp=175d73acd36ec79154e32d1facbb21dbad78215d;hpb=1a6def3955b715472eb2c75b15660912b9f90173;p=sbcl.git diff --git a/src/compiler/ir1final.lisp b/src/compiler/ir1final.lisp index 175d73a..50e9cc2 100644 --- a/src/compiler/ir1final.lisp +++ b/src/compiler/ir1final.lisp @@ -56,7 +56,7 @@ ;;; also delete the FUNCTIONAL from *FREE-FUNCTIONS* to eliminate the ;;; possibility that new references might be converted to it. (defun finalize-xep-definition (fun) - (let* ((leaf (functional-entry-function fun)) + (let* ((leaf (functional-entry-fun fun)) (defined-ftype (definition-type leaf))) (setf (leaf-type leaf) defined-ftype) (when (leaf-has-source-name-p leaf)