- Timestamp:
- Jun 9, 2008, 10:14:06 AM (16 years ago)
- File:
-
- 1 edited
-
branches/ia32/lib/describe.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lib/describe.lisp
r7666 r9716 1724 1724 (ccl::%fixnum-ref (ccl::%fixnum-ref tcr target::tcr.vs-area) 1725 1725 target::area.high)))) 1726 #+x8632-target 1727 (defun make-vsp-stack-range (tcr bt-info) 1728 (list (cons (ccl::%svref (ccl::bt.top-catch bt-info) target::catch-frame.esp-cell) 1729 (ccl::%fixnum-ref (ccl::%fixnum-ref tcr target::tcr.vs-area) 1730 target::area.high)))) 1726 1731 1727 1732 #+x8664-target … … 1734 1739 (defun make-csp-stack-range (tcr bt-info) 1735 1740 (list (cons (ccl::%svref (ccl::bt.top-catch bt-info) target::catch-frame.csp-cell) 1741 (ccl::%fixnum-ref (ccl::%fixnum-ref tcr target::tcr.cs-area) 1742 target::area.high)))) 1743 1744 #+x8632-target 1745 (defun make-csp-stack-range (tcr bt-info) 1746 (list (cons (ccl::%svref (ccl::bt.top-catch bt-info) target::catch-frame.foreign-sp-cell) 1736 1747 (ccl::%fixnum-ref (ccl::%fixnum-ref tcr target::tcr.cs-area) 1737 1748 target::area.high))))
Note:
See TracChangeset
for help on using the changeset viewer.
