X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fparms.lisp;h=afef13c240d736d1bd0c459f983d69b0a4b15de7;hb=670d28c10c178142146f6916c5fa0967732f3a8f;hp=eddee91a3c328d671279a9b999228293e39a4057;hpb=83af803daaaa1dbdf94c46dfe2ad8a1fae4322e0;p=sbcl.git diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp index eddee91..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) @@ -144,9 +144,11 @@ breakpoint fun-end-breakpoint after-breakpoint - fixnum-additive-overflow) + fixnum-additive-overflow + single-step-around + single-step-before) -(defenum (:prefix object-not- :suffix -trap :start 16) +(defenum (:prefix object-not- :suffix -trap :start 24) list instance)