blob: 8d6c756717a34b96efec092ec3ac20969db78441 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* Private macros for guiding the backtrace implementation, sparc32 v9
version. */
#define backtrace_flush_register_windows() \
asm volatile ("flushw")
#define BACKTRACE_STACK_BIAS 0
|