From d88543eb604874bd27b87c49be8baba50c31fd3b Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Thu, 10 Sep 1992 19:57:06 +0000 Subject: [PATCH] Corrected spelling of call to disassem:disassemble-assem-block. There is no 's' on the end. --- compiler/main.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index 13c28d8a2..fcf4d7649 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.72 1992/09/08 16:29:03 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.73 1992/09/10 19:57:06 hallgren Exp $") ;;; ;;; ********************************************************************** ;;; @@ -289,9 +289,9 @@ (when *compiler-trace-output* (format *compiler-trace-output* "~|~%Disassembly of code for ~S~2%" component) - (disassem:disassemble-assem-segments *code-segment* - *compiler-trace-output* - *backend*)) + (disassem:disassemble-assem-segment *code-segment* + *compiler-trace-output* + *backend*)) (when *count-vop-usages* (count-vops component)) -- GitLab