1.0.15.20: refactor "system locks" framework, one TIMER buglet
[sbcl.git] / src / compiler / x86-64 / insts.lisp
index 5b61b5e..3f0c6f0 100644 (file)
                                             (- (label-position where)
                                                (+ posn 4))))))
      (fixup
-      (emit-byte segment #b11101000)
-      (emit-relative-fixup segment where))
+      ;; There is no CALL rel64...
+      (error "Cannot CALL a fixup: ~S" where))
      (t
       (maybe-emit-rex-for-ea segment where nil :operand-size :do-not-set)
       (emit-byte segment #b11111111)