X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcode%2Fbignum.lisp;h=ad30b2fcd76090c48b84cfbe3f3221739b9fec4a;hb=942e45e3bb73fd55786e4a0ab4590324063c0c89;hp=2e764114ebf9100454b46dad648ccf4e4b133a83;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/bignum.lisp b/src/code/bignum.lisp index 2e76411..ad30b2f 100644 --- a/src/code/bignum.lisp +++ b/src/code/bignum.lisp @@ -960,7 +960,7 @@ (defun bignum-abs-buffer (bignum len) (unless (%bignum-0-or-plusp bignum len) - (negate-bignum-in-place bignum len))) + (negate-bignum-buffer-in-place bignum len))) ;;;; shifting