Changeset 12946
- Timestamp:
- Oct 9, 2009, 10:24:04 AM (15 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
r12408 r12946 102 102 (%show-stack-frame-label frame-number p context lfun pc detailed-p) 103 103 (when detailed-p 104 (if ( eq detailed-p :raw)104 (if (or (eq detailed-p :raw) (null lfun)) 105 105 (%show-stack-frame p context lfun pc) 106 106 (%show-args-and-locals p context lfun pc)))
Note:
See TracChangeset
for help on using the changeset viewer.
