1 /* Private macros for guiding the backtrace implementation, sparc32 2 version. */ 3 4 #define backtrace_flush_register_windows() \ 5 asm volatile ("ta %0" : : "i" (ST_FLUSH_WINDOWS)) 6 7 #define BACKTRACE_STACK_BIAS 0 8
1 /* Private macros for guiding the backtrace implementation, sparc32 2 version. */ 3 4 #define backtrace_flush_register_windows() \ 5 asm volatile ("ta %0" : : "i" (ST_FLUSH_WINDOWS)) 6 7 #define BACKTRACE_STACK_BIAS 0 8