mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
8 lines
196 B
C
8 lines
196 B
C
|
/* Private macros for guiding the backtrace implementation, sparc64
|
||
|
version. */
|
||
|
|
||
|
#define backtrace_flush_register_windows() \
|
||
|
asm volatile ("flushw")
|
||
|
|
||
|
#define BACKTRACE_STACK_BIAS STACK_BIAS
|