summaryrefslogtreecommitdiff
path: root/src/pal/src/libunwind/src/arm/Lresume.c
blob: 41a8cf003de4ac7745b55b62a3bbdfbca6bda80c (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gresume.c"
#endif