Changeset 754


Ignore:
Timestamp:
Apr 2, 2004, 9:51:21 PM (21 years ago)
Author:
Gary Byers
Message:

Break condition comes from context now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/describe.lisp

    r659 r754  
    15481548                                     *backtrace-internal-functions*))
    15491549   (break-condition :accessor break-condition
    1550                     :initform ccl::*break-condition*)))
     1550                    :initarg :break-condition)))
    15511551 
    15521552
     
    17481748             :stack-start start
    17491749             :stack-end end
    1750              :tcr tcr)
     1750             :tcr tcr
     1751             :break-condition (ccl::bt.break-condition info))
    17511752           :tsp-range (make-tsp-stack-range tcr info)
    17521753           :vsp-range (make-vsp-stack-range tcr info)
Note: See TracChangeset for help on using the changeset viewer.