Changeset 6620


Ignore:
Timestamp:
May 28, 2007, 12:44:49 AM (18 years ago)
Author:
Gary Byers
Message:

DISASSEMBLE-LIST works on x86-64, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/lib/describe.lisp

    r6210 r6620  
    12271227(defun compute-disassembly-lines (f &optional (function (inspector-object f)))
    12281228  (if (functionp function)
    1229     (let* ((info (and (disasm-p f) #+ppc-target (list-to-vector (ccl::disassemble-list function))))
     1229    (let* ((info (and (disasm-p f) (list-to-vector (ccl::disassemble-list function))))
    12301230           (length (length info))
    12311231           (last-pc (if info (car (svref info (1- length))) 0)))
Note: See TracChangeset for help on using the changeset viewer.