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