1.0.2.20:
authorNathan Froyd <froydnj@cs.rice.edu>
Wed, 7 Feb 2007 18:35:54 +0000 (18:35 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Wed, 7 Feb 2007 18:35:54 +0000 (18:35 +0000)
Fix parenthetical typo.

src/compiler/x86/array.lisp
version.lisp-expr

index ed9922f..3ddeadb 100644 (file)
              (inst ,ref-inst value
                    (make-ea :word :base object
                             :disp (- (+ (* vector-data-offset n-word-bytes)
-                                        (* 2 (+ offset (tn-value index)))
-                                     other-pointer-lowtag)))))
+                                        (* 2 (+ offset (tn-value index))))
+                                     other-pointer-lowtag))))
             (t
              (inst ,ref-inst value
                    (make-ea :word :base object :index index :scale 2
index de2783e..baabdd3 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.2.19"
+"1.0.2.20"