Changeset 12128
- Timestamp:
- May 26, 2009, 5:32:53 PM (12 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/lisp_globals.h
r11506 r12128 48 48 #define STACK_SIZE (-26) /* from the command line */ 49 49 #define OBJC_2_BEGIN_CATCH (-27) /* address of ObjC 2.0 objc_begin_catch() */ 50 #define BAD_FUNCALL (-28) /* funcall pseudo-target on x86*/50 #define KERNEL_PATH (-28) /* real executable name */ 51 51 #define ALL_AREAS (-29) /* doubly-linked list of stack & heap areas */ 52 52 #define LEXPR_RETURN (-30) /* magic &lexpr cleanup code */ -
trunk/source/lisp-kernel/ppc-constants.s
r4315 r12128 208 208 _node(all_areas) /* doubly-linked list of all memory areas */ 209 209 _node(BAD_cs_overflow_limit) /* limit for control-stack overflow check */ 210 _node( BAD_current_ts) /* current temp-stack area*/210 _node(kernel_name) /* real executable name */ 211 211 _node(BAD_current_vs) /* current value-stack area */ 212 212 _node(statically_linked) /* non-zero if -static */ -
trunk/source/lisp-kernel/x86-constants.s
r10103 r12128 89 89 _node(lexpr_return) /* magic &lexpr return code. */ 90 90 _node(all_areas) /* doubly-linked list of all memory areas */ 91 _node( bad_funcall) /* pseudo-funcall target for cmove*/91 _node(kernel_path) /* real executable name */ 92 92 _node(objc2_begin_catch) /* objc_begin_catch */ 93 93 _node(BAD_current_vs) /* current value-stack area */
Note: See TracChangeset
for help on using the changeset viewer.