1.0.6.3: thread and interrupt safe CLOS cache
[sbcl.git] / src / code / bignum.lisp
index 819ef3a..901cf04 100644 (file)
       (let ((xi (%bignum-ref x i)))
         (mixf result
               (logand most-positive-fixnum
-                      xi
-                      (ash xi -7)))))
+                      (logxor xi
+                              (ash xi -7))))))
     result))