Skip to content
Snippets Groups Projects
Commit 0354e83a authored by ram's avatar ram
Browse files

Added call to EXPAND-PSEUDO-INSTRUCTIONS now that this has been spilt

off to allow assembly optimizations.
parent 885eaff2
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.24 1990/11/16 04:42:15 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.25 1991/03/17 14:01:24 ram 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.
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
*lap-output-file*) *lap-output-file*)
(assemble (*code-segment* nil) (assemble (*code-segment* nil)
(insert-segment *elsewhere*)) (insert-segment *elsewhere*))
(expand-pseudo-instructions *code-segment*)
(let ((length (finalize-segment *code-segment*))) (let ((length (finalize-segment *code-segment*)))
(dump-assembler-routines *code-segment* (dump-assembler-routines *code-segment*
length length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment