X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=afef13c240d736d1bd0c459f983d69b0a4b15de7;hb=670d28c10c178142146f6916c5fa0967732f3a8f;hp=0686461719fe8e4b6da474520d1a60c473087bf5;hpb=b66385e2031fc2cac17dd129df0af400beb48a22;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index 0686461..afef13c 100644 --- a/src/compiler/ppc/parms.lisp +++ b/src/compiler/ppc/parms.lisp @@ -92,8 +92,8 @@ ;;; Where to put the different spaces. -(def!constant read-only-space-start #x01000000) -(def!constant read-only-space-end #x04ff8000) +(def!constant read-only-space-start #x04000000) +(def!constant read-only-space-end #x07ff8000) (def!constant static-space-start #x08000000) (def!constant static-space-end #x097fff00)