From 0a59487195ed20c25a7e2fa54bb50db9cfc5e6f5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 18 Sep 1991 06:36:05 +0000
Subject: [PATCH] Moved the spaces around to free up 0x0f000000 through
 0x0fffffff, because Mach 3.0 wants to use it.

---
 compiler/sparc/parms.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index 17f49eec5..e034e5f1e 100644
--- a/compiler/sparc/parms.lisp
+++ b/compiler/sparc/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.10 1991/05/24 20:37:33 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.11 1991/09/18 06:36:05 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the SPARC.  This file is separate from other stuff so 
@@ -130,8 +130,8 @@
 ;;; Where to put the different spaces.
 ;;; 
 (defparameter target-read-only-space-start #x01000000)
-(defparameter target-static-space-start    #x04000000)
-(defparameter target-dynamic-space-start   #x06000000)
+(defparameter target-static-space-start    #x05000000)
+(defparameter target-dynamic-space-start   #x07000000)
 
 
 
-- 
GitLab