mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-03-07 07:57:28 +00:00
6 lines
80 B
C
6 lines
80 B
C
#ifdef __arm__
|
|
#include "unwind-arm.h"
|
|
#else
|
|
#include "unwind-itanium.h"
|
|
#endif
|