File: ia64-test-stack.h

package info (click to toggle)
libunwind 0.98.5-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,704 kB
  • ctags: 2,701
  • sloc: ansic: 16,594; sh: 11,043; asm: 1,216; makefile: 482; 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)