Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
de88d0fe
Commit
de88d0fe
authored
Mar 22, 1991
by
wlott
Browse files
Dinked the fasl file version.
parent
ff834484
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/sparc/parms.lisp
View file @
de88d0fe
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.
7
1991/03/22 14:0
1:43
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.
8
1991/03/22 14:0
5:20
wlott Exp $
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the SPARC. This file is separate from other stuff so
...
...
@@ -31,7 +31,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*
)
1
)
(
setf
(
backend-fasl-file-version
*target-backend*
)
2
)
(
setf
(
backend-register-save-penalty
*target-backend*
)
3
)
(
setf
(
backend-byte-order
*target-backend*
)
:big-endian
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment