1.0.0.18:
[sbcl.git] / src / compiler / entry.lisp
index 8495698..6863e05 100644 (file)
@@ -43,6 +43,8 @@
     (setf (entry-info-offset info) (gen-label))
     (setf (entry-info-name info)
           (leaf-debug-name internal-fun))
+    (setf (entry-info-xref info)
+          (pack-xref-data (functional-xref internal-fun)))
     (when (policy bind (>= debug 1))
       (let ((args (functional-arg-documentation internal-fun)))
         (aver (not (eq args :unspecified)))