type=: Compare &key parameters of function types.
[sbcl.git] / src / compiler / mips / arith.lisp
index 70649f5..f0cf8ac 100644 (file)
     (inst sra digit fixnum n-fixnum-tag-bits)))
 
 (define-vop (bignum-floor)
-  (:translate sb!bignum:%floor)
+  (:translate sb!bignum:%bigfloor)
   (:policy :fast-safe)
   (:args (num-high :scs (unsigned-reg) :target rem)
          (num-low :scs (unsigned-reg) :target rem-low)