0.6.11.16:
[sbcl.git] / src / compiler / debug-dump.lisp
index c852972..0a4ddd4 100644 (file)
        0)
    *byte-buffer*)
 
-  (let ((loc (if (target-fixnump label) label (label-position label))))
+  (let ((loc (if (fixnump label) label (label-position label))))
     (write-var-integer (- loc *previous-location*) *byte-buffer*)
     (setq *previous-location* loc))