0.9.18.49:
[sbcl.git] / src / compiler / ppc / parms.lisp
index eddee91..afef13c 100644 (file)
@@ -92,8 +92,8 @@
 \f
 ;;; 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)
   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)