In aliencomp.c #+(and ppc darwin) should be #!+(and ppc darwin), which
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 2 Mar 2006 05:21:16 +0000 (05:21 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Thu, 2 Mar 2006 05:21:16 +0000 (05:21 +0000)
allows ppc builds to be able to cross-compile to other
architectures. This bug was originially introduced by yours truly in
the process of bringing the VOPs in question and this call to the over
from CMUCL.

src/compiler/aliencomp.lisp
version.lisp-expr

index 7b19ac5..33afd27 100644 (file)
                                            temp-tn
                                            nsp
                                            first-tn))
-          #+(and ppc darwin)
+          #!+(and ppc darwin)
           (when (listp tn)
             ;; This means that we have a float arg that we need to
             ;; also copy to some int regs. The list contains the TN
index c3afb39..29ff189 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".)
-"0.9.10.9"
+"0.9.10.10"