0.6.11.16:
[sbcl.git] / src / compiler / dump.lisp
index ca355d4..e883864 100644 (file)
         (if (eq x t)
             (dump-fop 'sb!impl::fop-truth file)
             (dump-non-immediate-object x file)))
-       ((target-fixnump x) (dump-integer x file))
+       ((fixnump x) (dump-integer x file))
        ((characterp x) (dump-character x file))
        (t
         (dump-non-immediate-object x file))))