Skip to content
Snippets Groups Projects
Commit 7c2d1c7c authored by gerd's avatar gerd
Browse files

* src/code/byte-interp.lisp (byte-interpret-byte): #+nil the

	*byte-trace* code.
parent b9724a06
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/byte-interp.lisp,v 1.40 2003/08/25 20:51:01 gerd Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/byte-interp.lisp,v 1.41 2003/08/27 14:01:56 gerd Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1027,6 +1027,7 @@
(type pc pc)
(type stack-pointer fp)
(type (unsigned-byte 8) byte))
#+nil
(locally (declare (optimize (inhibit-warnings 3)))
(when *byte-trace*
(let ((*byte-trace* nil))
......
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