From: Kevin Rosenberg Date: Sun, 23 Jan 2005 01:03:28 +0000 (+0000) Subject: 0.8.18.36: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=617d34501eec7d00a75818293642f62eb66807c1;p=sbcl.git 0.8.18.36: * src/compiler/x86-64/insts.lisp: Add support for disassembly of 64-bit CALL instruction. --- diff --git a/src/compiler/x86-64/insts.lisp b/src/compiler/x86-64/insts.lisp index 4b8fd6c..da67010 100644 --- a/src/compiler/x86-64/insts.lisp +++ b/src/compiler/x86-64/insts.lisp @@ -2075,6 +2075,7 @@ (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 diff --git a/version.lisp-expr b/version.lisp-expr index a8719fb..a1f7549 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"