From: Nathan Froyd Date: Wed, 7 Feb 2007 18:35:54 +0000 (+0000) Subject: 1.0.2.20: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=b1a20dc4dee1a14c9b11eabf4130187227b9b2a7;p=sbcl.git 1.0.2.20: Fix parenthetical typo. --- diff --git a/src/compiler/x86/array.lisp b/src/compiler/x86/array.lisp index ed9922f..3ddeadb 100644 --- a/src/compiler/x86/array.lisp +++ b/src/compiler/x86/array.lisp @@ -658,8 +658,8 @@ (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 diff --git a/version.lisp-expr b/version.lisp-expr index de2783e..baabdd3 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"