0.9.2.25:
[sbcl.git] / src / compiler / mips / type-vops.lisp
index 48107f2..483a944 100644 (file)
       ;; Is it a fixnum?
       (inst and temp value 3)
       (inst beq temp zero-tn fixnum)
-      (inst move temp value)
+      (move temp value t)
 
       ;; If not, is it an other pointer?
       (inst and temp value lowtag-mask)