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

Added a #-new-compiler in front of the defconstant native-byte-order to

keep from installing a bogus value when cross-compiling parms.
parent 33af8211
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.64 1990/07/10 18:34:18 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.65 1990/07/12 12:58:35 wlott Exp $
;;;
;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so
......@@ -64,10 +64,10 @@
"most-negative-fixnum in the target architecture.")
;;; ### This should be somewhere else.
#-new-compiler
(defconstant native-byte-order :big-endian
"The byte order we are running under.")
(defconstant float-sign-shift 31)
;;; The exponent min/max values are wrong, I think. The denorm, infinity, etc.
......
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