X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-misc.lisp;h=a9af065be7b37595b11369333f679128479e9e73;hb=a0a413499415738d23cc40baa44e9c404af54a94;hp=64d4fb31c38477fe65246e36276635b552fb5c62;hpb=cd176690400f8b6fa23faa4dc6fa8494bcbce480;p=sbcl.git diff --git a/src/code/target-misc.lisp b/src/code/target-misc.lisp index 64d4fb3..a9af065 100644 --- a/src/code/target-misc.lisp +++ b/src/code/target-misc.lisp @@ -32,9 +32,12 @@ (let ((source (first (sb!c::compiled-debug-info-source info)))) (cond ((and (eq (sb!c::debug-source-from source) :lisp) (eq (sb!c::debug-source-info source) fun)) - (values (second (svref (sb!c::debug-source-name source) 0)) + (values (svref (sb!c::debug-source-name source) 0) nil name)) + ;; FIXME: shouldn't these two clauses be the other way + ;; round? Using VALID-FUNCTION-NAME-P to see if we + ;; want to find an inline-expansion? ((stringp name) (values nil t name)) (t @@ -62,6 +65,7 @@ (funcallable-instance-fun fun))))) (defun (setf %fun-name) (new-name fun) + (aver nil) ; since this is unsafe 'til bug 137 is fixed (let ((widetag (widetag-of fun))) (case widetag ((#.sb!vm:simple-fun-header-widetag