0.pre8.84:
[sbcl.git] / src / compiler / hppa / parms.lisp
index 3ebb8b2..6be70c6 100644 (file)
 (def!constant read-only-space-start #x20000000)
 (def!constant read-only-space-end   #x24000000)
 
-(def!constant binding-stack-start   #x24000000)
-(def!constant binding-stack-end     #x24ff0000)
-
-(def!constant control-stack-start   #x25000000)
-(def!constant control-stack-end     #x25ff0000)
-
 (def!constant static-space-start    #x28000000)
 (def!constant static-space-end      #x2a000000)
 
     ;; Things needed for non-local-exit.
     *current-catch-block*
     *current-unwind-protect-block*
+
+    *binding-stack-start*
+    *control-stack-start*
+    *control-stack-end*
     
     ;; Interrupt Handling
     *free-interrupt-context-index*