Changeset 538


Ignore:
Timestamp:
Feb 15, 2004, 8:14:39 AM (21 years ago)
Author:
Gary Byers
Message:

OPCODE is in the ARCH package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/backtrace-lds.lisp

    r215 r538  
    604604    (lap-instruction
    605605     (let* ((opcode (lap-instruction-opcode instr))
    606             (opcode-p (typep opcode 'ppc::opcode))
     606            (opcode-p (typep opcode 'arch::opcode))
    607607            (name (if opcode-p (arch::opcode-name opcode) opcode))
    608608            (pc (lap-instruction-address instr))
Note: See TracChangeset for help on using the changeset viewer.