mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-26 18:20:29 +01:00
6 lines
142 B
C
6 lines
142 B
C
|
#define UNW_LOCAL_ONLY
|
||
|
#include <libunwind.h>
|
||
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
||
|
#include "Gcreate_addr_space.c"
|
||
|
#endif
|