- Timestamp:
- Jun 5, 2008, 10:25:44 PM (16 years ago)
- File:
-
- 1 edited
-
branches/ia32/library/lispequ.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/library/lispequ.lisp
r9268 r9681 599 599 ) 600 600 601 602 601 ;;;;;;;;;;;;; 603 604 (defconstant $catch.tag 0)605 (defconstant $catch.mvflag (+ $catch.tag 4))606 (defconstant $catch.dblink (+ $catch.mvflag 4))607 (defconstant $catch.vsp (+ $catch.dblink 4))608 (defconstant $catch.regs (+ $catch.vsp 4))609 (defconstant $catch.link (+ $catch.regs (* 4 5)))610 (defconstant $catch.scgvll (+ $catch.link 4))611 (defconstant $catch.cs_area (+ $catch.scgvll 4))612 (defconstant $catch.pc (+ $catch.cs_area 4))613 (defconstant $catchfsize (+ $catch.pc 4))614 615 602 616 603 ;;; Bits in *gc-event-status-bits*
Note:
See TracChangeset
for help on using the changeset viewer.
