0.8.9.28:
[sbcl.git] / src / compiler / generic / late-type-vops.lisp
index 0563804..14bcd83 100644 (file)
@@ -15,8 +15,7 @@
   ;; we can save a register on the x86.
   :variant simple
   ;; we can save a couple of instructions and a branch on the ppc.
-  ;; FIXME: make this be FIXNUM-MASK
-  :mask  (ash lowtag-mask -1))
+  :mask fixnum-tag-mask)
 
 (!define-type-vops functionp check-fun function object-not-fun-error
   (fun-pointer-lowtag)