summaryrefslogtreecommitdiff
path: root/src/aarch64/Lstep.c
blob: c1ac3c7547f00d9f633e980d3cbc6c6dba86eb08 (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gstep.c"
#endif