0.pre7.74:
[sbcl.git] / src / code / x86-vm.lisp
index 635377b..65e871c 100644 (file)
@@ -75,7 +75,7 @@
                      (setf (code-header-ref code code-constants-offset)
                            new-fixups)))
                   (t
-                   (unless (or (eq (get-type fixups)
+                   (unless (or (eq (widetag-of fixups)
                                    unbound-marker-widetag)
                                (zerop fixups))
                      (format t "** Init. code FU = ~S~%" fixups)) ; FIXME
                      (setf (code-header-ref code code-constants-offset)
                            new-fixups)))
                   (t
-                   (unless (or (eq (get-type fixups)
+                   (unless (or (eq (widetag-of fixups)
                                    unbound-marker-widetag)
                                (zerop fixups))
                      (sb!impl::!cold-lose "Argh! can't process fixup"))