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

Dump a FOP-SANCTIFY-FOR-EXECUTION after dumping all the fixups.

parent 31853d44
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.44 1992/08/03 12:37:12 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.45 1992/10/09 14:02:25 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.44 1992/08/03 12:37:12 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.45 1992/10/09 14:02:25 wlott Exp $
;;; ;;;
;;; This file contains stuff that knows about dumping FASL files. ;;; This file contains stuff that knows about dumping FASL files.
;;; ;;;
...@@ -509,6 +509,7 @@ ...@@ -509,6 +509,7 @@
(dolist (patch (patches)) (dolist (patch (patches))
(push (cons handle (cdr patch)) (push (cons handle (cdr patch))
(gethash (car patch) (fasl-file-patch-table file)))) (gethash (car patch) (fasl-file-patch-table file))))
(dump-fop 'lisp::fop-sanctify-for-execution file)
handle)))) handle))))
......
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