source: trunk/abcl/contrib/abcl-introspect/byte-code.lisp

Last change on this file was 15013, checked in by Mark Evenson, 7 years ago

Restore the ability SYSTEM:CHOOSE-ASSEMBLER to use Objectweb

The Objectweb disassembler has been moved into the ABCL-INTROSPECT
contrib where it can be rationally installed via ABCL-ASDF
encapsulation of Maven artifacts.

To enable the Objectweb disassembler use

(require :abcl-contrib)
(require :objectweb)

File size: 106 bytes
Line 
1(in-package :abcl-introspect)
2
3(defun choose-disassemble ()
4  (warn "Unimplemented choose dissambler."))
5
Note: See TracBrowser for help on using the repository browser.