1.0.6.25: fix non x86oid build
authorJuho Snellman <jsnell@iki.fi>
Tue, 5 Jun 2007 15:28:34 +0000 (15:28 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 5 Jun 2007 15:28:34 +0000 (15:28 +0000)
         * Oops, missing an IGNORE declaration

src/code/debug.lisp
version.lisp-expr

index 114507a..dd96019 100644 (file)
@@ -1418,6 +1418,8 @@ reset to ~S."
 
 (defun find-binding-stack-pointer (frame)
   #!-stack-grows-downward-not-upward
+  (declare (ignore frame))
+  #!-stack-grows-downward-not-upward
   (error "Not implemented on this architecture")
   #!+stack-grows-downward-not-upward
   (let ((bsp (sb!vm::binding-stack-pointer-sap))
index e4504d6..416dcd1 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.24"
+"1.0.6.25"