Changeset 13909
- Timestamp:
- Jul 2, 2010, 9:46:36 PM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/compiler/ARM/arm-arch.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-arch.lisp
r13889 r13909 646 646 (defconstant max-non-array-node-subtag (logior (ash 18 ntagbits) fulltag-nodeheader)) 647 647 648 (define-subtag stack-alloc-marker fulltag-imm 1) 648 649 (define-subtag lisp-frame-marker fulltag-imm 2) 649 650 (define-subtag character fulltag-imm 9) … … 659 660 (defconstant undefined unbound-marker) 660 661 (defconstant lisp-frame-marker subtag-lisp-frame-marker) 662 (defconstant stack-alloc-marker subtag-stack-alloc-marker) 661 663 662 664 (defconstant max-64-bit-constant-index (ash (+ #xfff arm::misc-dfloat-offset) -3)) … … 690 692 691 693 (defconstant double-float.value double-float.val-low) 694 (defconstant double-float.value-cell double-float.val-low-cell) 692 695 693 696 … … 722 725 db-link ; value of dynamic-binding link on thread entry. 723 726 xframe ; exception-frame link 727 last-lisp-frame 728 code-vector ; may not be useful 724 729 725 730 )
Note:
See TracChangeset
for help on using the changeset viewer.
