1.0.6.4: restore buildability on non-SBCL hosts
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 May 2007 08:46:32 +0000 (08:46 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 May 2007 08:46:32 +0000 (08:46 +0000)
 * SB!VM, not SB-VM in genesis.lisp. Reported by Peter Graves on sbcl-devel.

src/compiler/generic/genesis.lisp
version.lisp-expr

index 55a0e57..a8a454e 100644 (file)
@@ -870,7 +870,7 @@ core and return a descriptor to it."
 (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
index 1b48e09..b04437b 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"