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

Boosted the fasl file version.

parent 46dc19be
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.14 1992/03/11 21:29:17 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.15 1992/04/14 02:53:03 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -33,7 +33,7 @@
(setf (backend-fasl-file-type *target-backend*) "sparcf")
(setf (backend-fasl-file-implementation *target-backend*)
sparc-fasl-file-implementation)
(setf (backend-fasl-file-version *target-backend*) 3)
(setf (backend-fasl-file-version *target-backend*) 4)
(setf (backend-register-save-penalty *target-backend*) 3)
(setf (backend-byte-order *target-backend*) :big-endian)
......
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