Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* Private macros for guiding the backtrace implementation, sparc64 |
|---|---|
| 2 | version. */ |
| 3 | |
| 4 | #define backtrace_flush_register_windows() \ |
| 5 | asm volatile ("flushw") |
| 6 | |
| 7 | #define BACKTRACE_STACK_BIAS STACK_BIAS |
| 8 |
Warning: This file is not a C or C++ file. It does not have highlighting.
