Skip to content
Snippets Groups Projects
Commit b83d955d authored by hallgren's avatar hallgren
Browse files

Changed the call disassem:disassemble-blocks to

disassem:disassemble-assem-segment to go along with the changes in
disassem.lisp.
parent 5d5520be
Branches
Tags
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/compiler/main.lisp,v 1.71 1992/09/07 16:05:55 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.72 1992/09/08 16:29:03 hallgren Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -289,9 +289,9 @@ ...@@ -289,9 +289,9 @@
(when *compiler-trace-output* (when *compiler-trace-output*
(format *compiler-trace-output* (format *compiler-trace-output*
"~|~%Disassembly of code for ~S~2%" component) "~|~%Disassembly of code for ~S~2%" component)
(disassem:disassemble-blocks *code-segment* (disassem:disassemble-assem-segments *code-segment*
*compiler-trace-output* *compiler-trace-output*
*backend*)) *backend*))
(when *count-vop-usages* (when *count-vop-usages*
(count-vops component)) (count-vops component))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment