File: ia64-test-stack.h

package info (click to toggle)
libunwind 0.99-0.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,932 kB
  • ctags: 4,079
  • sloc: ansic: 23,131; sh: 18,577; asm: 1,637; makefile: 694; cpp: 70
file content (3 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (18)
1
2
3
#define NSTACKS			1024
#define STACK_SIZE_SHIFT	17
#define STACK_SIZE		(1 << STACK_SIZE_SHIFT)