From: Paul Khuong Date: Sat, 8 Jun 2013 05:38:32 +0000 (-0400) Subject: Fix a typo in bignum--ref-with-offset X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=56d227c6c574ca512501202fa1d24384e293c5d2;p=sbcl.git Fix a typo in bignum--ref-with-offset --- diff --git a/src/compiler/x86-64/arith.lisp b/src/compiler/x86-64/arith.lisp index 9229626..e1929f1 100644 --- a/src/compiler/x86-64/arith.lisp +++ b/src/compiler/x86-64/arith.lisp @@ -1632,7 +1632,7 @@ constant shift greater than word length"))) (define-full-reffer bignum-ref * bignum-digits-offset other-pointer-lowtag (unsigned-reg) unsigned-num sb!bignum:%bignum-ref) -(define-full-reffer+offset bignum--ref-with-offset * bignum-digits-offset +(define-full-reffer+offset bignum-ref-with-offset * bignum-digits-offset other-pointer-lowtag (unsigned-reg) unsigned-num sb!bignum:%bignum-ref-with-offset) (define-full-setter bignum-set * bignum-digits-offset other-pointer-lowtag