Changeset 8036
- Timestamp:
- Jan 10, 2008, 12:19:54 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/backtrace.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/backtrace.lisp
r8025 r8036 152 152 (not (= (the fixnum detailed-p) frame-number))) 153 153 (format t "~&~c(~x) : ~D ~a ~d" 154 (let* ((q (parent-frame p context))) 155 (if (and q (exception-frame-p q)) #\- #\space)) 154 (if (exception-frame-p p) #\* #\space) 156 155 (index->address p) frame-number 157 156 (if lfun (backtrace-call-arguments context p lfun pc))
Note:
See TracChangeset
for help on using the changeset viewer.
