Changeset 9564
- Timestamp:
- May 20, 2008, 4:21:14 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/lisp-kernel/pmcl-kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lisp-kernel/pmcl-kernel.c
r8372 r9564 388 388 389 389 #if (WORD_SIZE == 32) 390 #define DEFAULT_INITIAL_STACK_SIZE (1<<2 0)390 #define DEFAULT_INITIAL_STACK_SIZE (1<<22) /* XXX testing (was 1<<20) */ 391 391 #else 392 392 #define DEFAULT_INITIAL_STACK_SIZE (2<<20)
Note:
See TracChangeset
for help on using the changeset viewer.
