* SB!VM, not SB-VM in genesis.lisp. Reported by Peter Graves on sbcl-devel.
(defun cold-set-layout-slot (cold-layout slot-name value)
(write-wordindexed
cold-layout
- (+ sb-vm:instance-slots-offset (target-layout-index slot-name))
+ (+ sb!vm:instance-slots-offset (target-layout-index slot-name))
value))
;;; Return a list of names created from the cold layout INHERITS data
;;; 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.6.3"
+"1.0.6.4"