(Logical change 1.42)

This commit is contained in:
mostang.com!davidm 2003-01-23 18:47:51 +00:00
parent 95d618391d
commit a3f100b9f0

3
tests/ia64-test-stack.h Normal file
View File

@ -0,0 +1,3 @@
#define NSTACKS 1024
#define STACK_SIZE_SHIFT 17
#define STACK_SIZE (1 << STACK_SIZE_SHIFT)