Changeset 753


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

%ACTIVE-AREA is deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/backtrace-lds.lisp

    r538 r753  
    264264              (if (not where)
    265265                (setf (srv.unresolved srv-out) (%ilogior (srv.unresolved srv-out) mask))
    266                 (let* ((parent-vsp (frame-vsp parent))
    267                        (grand-parent-vsp (frame-vsp grand-parent))
    268                        (parent-area (%active-area (%fixnum-ref tcr ppc32::tcr.vs-area)  parent-vsp)))
    269                   (unless (%ptr-in-area-p  grand-parent-vsp parent-area)
    270                     (setq grand-parent-vsp (%fixnum-ref parent-area ppc32::area.high)))
     266                (let* ((grand-parent-vsp (frame-vsp grand-parent)))
     267
    271268                  (let ((vsp (- grand-parent-vsp where 1))
    272269                        (j *saved-register-count*))
Note: See TracChangeset for help on using the changeset viewer.