From c1d2f1a4094c3c4b5f884372bbae3de23e1e3fc7 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 12 Jul 1990 12:58:35 +0000 Subject: [PATCH] Added a #-new-compiler in front of the defconstant native-byte-order to keep from installing a bogus value when cross-compiling parms. --- compiler/mips/parms.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index e7432123f..8bddaf6f8 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -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. -- GitLab