Changeset 538
- Timestamp:
- Feb 15, 2004, 8:14:39 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/backtrace-lds.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/backtrace-lds.lisp
r215 r538 604 604 (lap-instruction 605 605 (let* ((opcode (lap-instruction-opcode instr)) 606 (opcode-p (typep opcode ' ppc::opcode))606 (opcode-p (typep opcode 'arch::opcode)) 607 607 (name (if opcode-p (arch::opcode-name opcode) opcode)) 608 608 (pc (lap-instruction-address instr))
Note:
See TracChangeset
for help on using the changeset viewer.
