8 lines
190 B
C
8 lines
190 B
C
|
/* Private macros for guiding the backtrace implementation, sparc32 v9
|
||
|
version. */
|
||
|
|
||
|
#define backtrace_flush_register_windows() \
|
||
|
asm volatile ("flushw")
|
||
|
|
||
|
#define BACKTRACE_STACK_BIAS 0
|