From 56d227c6c574ca512501202fa1d24384e293c5d2 Mon Sep 17 00:00:00 2001 From: Paul Khuong Date: Sat, 8 Jun 2013 01:38:32 -0400 Subject: [PATCH] Fix a typo in bignum--ref-with-offset --- src/compiler/x86-64/arith.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4