mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 16:19:26 +01: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)
|