0.8.9.11:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 30 Mar 2004 17:08:18 +0000 (17:08 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 30 Mar 2004 17:08:18 +0000 (17:08 +0000)
Fix for alpha branch of ash-left-mod64:
... EBROKENPARENS

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

index fa3bee3..178f6b4 100644 (file)
                (constant-lvar-p count)  ; ?
                (plusp (lvar-value count)))
       (cut-to-width integer width)
-      '#1#)
-    (setf (gethash '#1# *modular-versions*) '(ash 64))))
+      '#1#))
+  (setf (gethash '#1# *modular-versions*) '(ash 64)))
 
 \f
 ;;; There are two different ways the multiplier can be recoded. The
index f2559a7..2cbb4c4 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.8.9.10"
+"0.8.9.11"