* Fixing a missed pair of frame-byte-offsets from 1.0.4.42.
(move temp offset)
(inst neg temp)
(inst mov result
- (make-ea :dword :base sap :disp (- n-word-bytes) :index temp))))
+ (make-ea :dword :base sap :disp (frame-byte-offset 0) :index temp))))
(define-vop (read-control-stack-c)
(:translate stack-ref)
(move temp offset)
(inst neg temp)
(inst mov
- (make-ea :dword :base sap :disp (- n-word-bytes) :index temp) value)
+ (make-ea :dword :base sap :disp (frame-byte-offset 0) :index temp) value)
(move result value)))
(define-vop (write-control-stack-c)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.4.49"
+"1.0.4.50"