mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-27 06:00:30 +00:00
6 lines
80 B
C
6 lines
80 B
C
#ifdef __arm__
|
|
#include "unwind-arm.h"
|
|
#else
|
|
#include "unwind-itanium.h"
|
|
#endif
|