From 44e433ab14e7b968621793db1a9286aded79d7fe Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 10 Jul 1992 17:46:06 +0000
Subject: [PATCH] Changed to use PRINT-FRAME-CALL instead of the internal
 PRINT-CALL-FRAME-1.

---
 code/ntrace.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/ntrace.lisp b/code/ntrace.lisp
index ccc56c5de..b2fe94a41 100644
--- a/code/ntrace.lisp
+++ b/code/ntrace.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/ntrace.lisp,v 1.8 1992/05/27 01:09:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.9 1992/07/10 17:46:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -306,7 +306,7 @@
 	     (if (trace-info-encapsulated info)
 		 (locally (declare (special basic-definition argument-list))
 		   (prin1 `(,(trace-info-what info) ,@argument-list)))
-		 (print-frame-call-1 frame nil))
+		 (print-frame-call frame))
 	     (terpri)
 	     (trace-print frame (trace-info-print info)))
 	   (trace-maybe-break info (trace-info-break info) "before" frame)))
-- 
GitLab