Skip to content
Snippets Groups Projects
Commit bd2dcff6 authored by ram's avatar ram
Browse files

Ooops... Removed some debugging code.

parent 5fc1fbd3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.22 1991/03/12 17:45:29 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.23 1991/04/09 10:45:53 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1892,7 +1892,6 @@ ...@@ -1892,7 +1892,6 @@
(flags (prog1 (aref map i) (incf i))) (flags (prog1 (aref map i) (incf i)))
(vars-p (logtest flags c::minimal-debug-function-variables-bit)) (vars-p (logtest flags c::minimal-debug-function-variables-bit))
(dfun (make-uncompacted-debug-fun))) (dfun (make-uncompacted-debug-fun)))
(print dfun)
(res code-start-pc) (res code-start-pc)
(res dfun))) (res dfun)))
......
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