* src/compiler/x86-64/insts.lisp: Add support for disassembly of
64-bit CALL instruction.
(define-instruction call (segment where)
(:printer near-jump ((op #b11101000)))
+ (:printer rex-reg/mem ((op '(#b11111111 #b010))))
(:printer reg/mem ((op '(#b1111111 #b010)) (width 1)))
(:emitter
(typecase where
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.18.37"
+"0.8.18.38"