0.8.18.36:
authorKevin Rosenberg <kevin@rosenberg.net>
Sun, 23 Jan 2005 01:03:28 +0000 (01:03 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Sun, 23 Jan 2005 01:03:28 +0000 (01:03 +0000)
* src/compiler/x86-64/insts.lisp: Add support for disassembly of
64-bit CALL instruction.

src/compiler/x86-64/insts.lisp
version.lisp-expr

index 4b8fd6c..da67010 100644 (file)
 
 (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
index a8719fb..a1f7549 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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"