0.9.9.27:
[sbcl.git] / src / code / bignum.lisp
index 2e76411..ad30b2f 100644 (file)
 
 (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)))
 \f
 ;;;; shifting