On X86 fixed amount of space for saving dynamic state
corresponding to removing of eval stack saving between
0.7.4.13 and 0.7.4.22. A similar patch probably should be
applied for other platforms.
;;; Return a list of TNs that can be used to snapshot the dynamic
;;; state for use with the SAVE- and RESTORE-DYNAMIC-ENVIRONMENT VOPs.
(!def-vm-support-routine make-dynamic-state-tns ()
- (make-n-tns 3 *backend-t-primitive-type*))
+ (make-n-tns 2 *backend-t-primitive-type*))
(define-vop (save-dynamic-state)
(:results (catch :scs (descriptor-reg))
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.13.14"
+"0.7.13.15"