mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-15 20:58:13 +01:00
a369768c27
This reverts 06d223e924
commit.
5 lines
137 B
C
5 lines
137 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gget_save_loc.c"
|
|
#endif
|