mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-11-30 18:00:59 +00:00
f176ad6fc6
Sadly, the conversion from Bitkeeper -> CVS -> git wasn't perfect. Or so it seems.
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)
|