summaryrefslogtreecommitdiff
path: root/src/unwind.h
blob: 76b678048517d19c6ffdd1a41ca37eb5ba2a732c (plain)
1
2
3
4
5
#ifdef __arm__
#include "unwind-arm.h"
#else
#include "unwind-itanium.h"
#endif