From 7295bd1800c5057aeaa95a548d02a7bfaf0d7fea Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 17 Dec 1992 09:11:38 +0000 Subject: [PATCH] Changed (code-header-ref component vm:code-debug-info-slot) to (%code-debug-info component). --- code/print.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/print.lisp b/code/print.lisp index 1e26907c7..54b02cb78 100644 --- a/code/print.lisp +++ b/code/print.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.47 1992/12/13 15:52:01 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.48 1992/12/17 09:11:38 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1659,7 +1659,7 @@ (defun output-code-component (component stream) (print-unreadable-object (component stream :identity t) - (let ((dinfo (code-header-ref component vm:code-debug-info-slot))) + (let ((dinfo (%code-debug-info component))) (cond ((eq dinfo :bogus-lra) (write-string "Bogus Code Object" stream)) (t -- GitLab