From efed1dfebc55e605241ad51fd0b3254464b17828 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Fri, 27 Oct 2000 19:33:21 +0000 Subject: [PATCH] Update the space start according to sparc-validate.h. From Raymond Toy. --- compiler/sparc/parms.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp index cfb491bce..b26b4edda 100644 --- a/compiler/sparc/parms.lisp +++ b/compiler/sparc/parms.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.28 2000/10/16 17:30:08 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.29 2000/10/27 19:33:21 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -165,11 +165,11 @@ target-static-space-start target-dynamic-space-start)) -;;; Where to put the different spaces. +;;; Where to put the different spaces. Must match the C code! ;;; -(defparameter target-read-only-space-start #x01000000) -(defparameter target-static-space-start #x05000000) -(defparameter target-dynamic-space-start #x07000000) +(defparameter target-read-only-space-start #x10000000) +(defparameter target-static-space-start #x28000000) +(defparameter target-dynamic-space-start #x40000000) -- GitLab