From b83d955d5d97fb5c61213baa1cc1c65d3b96413b Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Tue, 8 Sep 1992 16:29:03 +0000 Subject: [PATCH] Changed the call disassem:disassemble-blocks to disassem:disassemble-assem-segment to go along with the changes in disassem.lisp. --- compiler/main.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index b17def108..13c28d8a2 100644 --- a/compiler/main.lisp +++ b/compiler/main.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (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 @@ (when *compiler-trace-output* (format *compiler-trace-output* "~|~%Disassembly of code for ~S~2%" component) - (disassem:disassemble-blocks *code-segment* - *compiler-trace-output* - *backend*)) + (disassem:disassemble-assem-segments *code-segment* + *compiler-trace-output* + *backend*)) (when *count-vop-usages* (count-vops component)) -- GitLab