Skip to content
Snippets Groups Projects
Commit 247acb30 authored by wlott's avatar wlott
Browse files

Someone changed the syntax of assem:dump-segment, but never fixed this use

of it.
parent 032cfaf7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.28 1992/05/22 15:33:27 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.29 1992/05/22 17:09:08 wlott Exp $
;;; ;;;
;;; This file contains the extra code necessary to feed an entire file of ;;; This file contains the extra code necessary to feed an entire file of
;;; assembly code to the assembler. ;;; assembly code to the assembler.
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
:direction :output :direction :output
:if-exists :supersede) :if-exists :supersede)
(format file "Assembly listing for ~A:~3%" (namestring name)) (format file "Assembly listing for ~A:~3%" (namestring name))
(assem:dump-segment *code-segment* file) (assem:dump-segment *code-segment* :stream file)
(fresh-line file))) (fresh-line file)))
(setq won t)) (setq won t))
(deletef :assembler *features*) (deletef :assembler *features*)
......
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