Changeset 12657
- Timestamp:
- Aug 24, 2009, 12:09:11 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/ppc-constants.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/ppc-constants.s
r12647 r12657 189 189 _node(initial_tcr) /* initial thread tcr */ 190 190 _node(image_name) /* --image-name argument */ 191 _node(BADfpscr_save_high) /* high word of FP reg used to save FPSCR */191 _node(BADfpscr_save_high) /* high word of FP reg used to save FPSCR */ 192 192 _node(unwind_resume) /* _Unwind_Resume */ 193 193 _node(batch_flag) /* -b */ … … 207 207 _node(lexpr_return) /* magic &lexpr return code. */ 208 208 _node(all_areas) /* doubly-linked list of all memory areas */ 209 _node(BAD_cs_overflow_limit) /* limit for control-stack overflow check */ 210 _node(kernel_name) /* real executable name */ 209 _node(kernel_path) /* real executable name */ 211 210 _node(objc2_begin_catch) /* objc_begin_catch */ 211 _node(BAD_current_vs) /* current value-stack area */ 212 212 _node(statically_linked) /* non-zero if -static */ 213 213 _node(heap_end) /* end of lisp heap */
Note:
See TracChangeset
for help on using the changeset viewer.
