Skip to content
Snippets Groups Projects
Commit 23cb24f2 authored by rtoy's avatar rtoy
Browse files

Tracing with :encapsulate nil is rather broken on ppc. So change the

default encapsulation from :default to t for ppc, until this is fixed.
parent 15454dd9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.30 2005/02/25 17:11:52 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.31 2005/10/07 14:20:12 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -34,7 +34,7 @@
"If the trace indentation exceeds this value, then indentation restarts at
0.")
(defvar *trace-encapsulate-default* :default
(defvar *trace-encapsulate-default* #-ppc :default #+ppc t
"The default value for the :ENCAPSULATE option to trace.")
(defvar *trace-encapsulate-package-names*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment