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