mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
f176ad6fc6
Sadly, the conversion from Bitkeeper -> CVS -> git wasn't perfect. Or so it seems.
3 lines
95 B
C
3 lines
95 B
C
#define NSTACKS 1024
|
|
#define STACK_SIZE_SHIFT 17
|
|
#define STACK_SIZE (1 << STACK_SIZE_SHIFT)
|