mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-01 11:52:18 +02:00
3 lines
94 B
C
3 lines
94 B
C
#define NSTACKS 128
|
|
#define STACK_SIZE_SHIFT 17
|
|
#define STACK_SIZE (1 << STACK_SIZE_SHIFT)
|