summaryrefslogtreecommitdiff
path: root/src/pal/src/libunwind/src/mips/Lglobal.c
blob: 6d7b489e14bd9fe3b71c194afe52efad7ae7f692 (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gglobal.c"
#endif