cctools-port/cctools/libobjc2/unwind.h

6 lines
80 B
C

#ifdef __arm__
#include "unwind-arm.h"
#else
#include "unwind-itanium.h"
#endif