mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
4 lines
95 B
C
4 lines
95 B
C
#define NSTACKS 1024
|
|
#define STACK_SIZE_SHIFT 17
|
|
#define STACK_SIZE (1 << STACK_SIZE_SHIFT)
|