Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
d88543eb
Commit
d88543eb
authored
Sep 10, 1992
by
hallgren
Browse files
Corrected spelling of call to disassem:disassemble-assem-block. There is
no 's' on the end.
parent
6a251018
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
d88543eb
...
...
@@ -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.7
2
1992/09/
08 16:29:03
hallgren Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.7
3
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-segment
s
*code-segment*
*compiler-trace-output*
*backend*
))
(
disassem:disassemble-assem-segment
*code-segment*
*compiler-trace-output*
*backend*
))
(
when
*count-vop-usages*
(
count-vops
component
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment