mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-24 16:27:37 +01:00
Restore mi/Ldyn-remote.c.
This commit is contained in:
parent
37be21c01e
commit
69d85f7c14
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
#define UNW_LOCAL_ONLY
|
||||
#include <libunwind.h>
|
||||
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
||||
#include "Gdyn-remote.c"
|
||||
#endif
|
Loading…
Reference in a new issue