mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
8 lines
213 B
C
8 lines
213 B
C
|
/* Private macros for guiding the backtrace implementation, sparc32
|
||
|
version. */
|
||
|
|
||
|
#define backtrace_flush_register_windows() \
|
||
|
asm volatile ("ta %0" : : "i" (ST_FLUSH_WINDOWS))
|
||
|
|
||
|
#define BACKTRACE_STACK_BIAS 0
|