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