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

Dinked the fasl file version, because the static symbols have moved around.

parent 973ac9b4
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.94 1991/03/20 03:05:36 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.95 1991/03/24 20:10:47 wlott Exp $")
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.94 1991/03/20 03:05:36 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.95 1991/03/24 20:10:47 wlott Exp $
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so
......@@ -42,7 +42,7 @@
(setf (backend-fasl-file-type *target-backend*) "pmaxf")
(setf (backend-fasl-file-implementation *target-backend*)
pmax-fasl-file-implementation)
(setf (backend-fasl-file-version *target-backend*) 2)
(setf (backend-fasl-file-version *target-backend*) 3)
(setf (backend-register-save-penalty *target-backend*) 3)
(setf (backend-byte-order *target-backend*) :little-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