From 617d34501eec7d00a75818293642f62eb66807c1 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sun, 23 Jan 2005 01:03:28 +0000 Subject: [PATCH] 0.8.18.36: * src/compiler/x86-64/insts.lisp: Add support for disassembly of 64-bit CALL instruction. --- src/compiler/x86-64/insts.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4