1.0.17.40: Fix build on -raw-instance-init-vops platforms (probably)
authorJuho Snellman <jsnell@iki.fi>
Mon, 23 Jun 2008 00:55:47 +0000 (00:55 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 23 Jun 2008 00:55:47 +0000 (00:55 +0000)
        * Reported by Xach

src/compiler/generic/vm-ir2tran.lisp
version.lisp-expr

index 5df3845..4544f51 100644 (file)
@@ -54,6 +54,8 @@
     (move-lvar-result node block locs lvar)))
 
 (defun emit-inits (node block name object lowtag instance-length inits args)
+  #!-raw-instance-init-vops
+  (declare (ignore instance-length))
   (let ((unbound-marker-tn nil)
         (funcallable-instance-tramp-tn nil))
     (dolist (init inits)
index 131aade..ace191b 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.17.39"
+"1.0.17.40"