Changeset 752
- Timestamp:
- Apr 2, 2004, 9:49:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-readloop-lds.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-readloop-lds.lisp
r688 r752 376 376 (declaim (notinline select-backtrace)) 377 377 378 (defmacro new-backtrace-info (dialog youngest oldest tcr )379 `(vector ,dialog ,youngest ,oldest ,tcr nil (%catch-top ,tcr) ))378 (defmacro new-backtrace-info (dialog youngest oldest tcr condition) 379 `(vector ,dialog ,youngest ,oldest ,tcr nil (%catch-top ,tcr) ,condition)) 380 380 381 381 (defun select-backtrace () … … 421 421 (last-frame-ptr)) 422 422 (last-frame-ptr)) 423 (%current-tcr))) 423 (%current-tcr) 424 condition)) 424 425 (*backtrace-contexts* (cons context *backtrace-contexts*))) 425 426 (with-toplevel-commands :break
Note:
See TracChangeset
for help on using the changeset viewer.
