From 5be53bd5a87605b076891aafb2d74caac1357506 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Thu, 6 Oct 2005 18:11:46 +0000 Subject: [PATCH] 0.9.5.26: Oops. It's (INST CLRLWI ...), not (CLRLWI ...). --- src/compiler/ppc/array.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/ppc/array.lisp b/src/compiler/ppc/array.lisp index da3d649..456a546 100644 --- a/src/compiler/ppc/array.lisp +++ b/src/compiler/ppc/array.lisp @@ -258,7 +258,7 @@ (unless (and (sc-is value immediate) (= (tn-value value) ,(1- (ash 1 bits)))) (cond ((zerop extra) - (clrlwi old old ,bits)) + (inst clrlwi old old ,bits)) (t (inst lr temp (lognot (ash ,(1- (ash 1 bits)) diff --git a/version.lisp-expr b/version.lisp-expr index 43fb72e..d20751a 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".) -"0.9.5.25" +"0.9.5.26" -- 1.7.10.4