mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 04:09:48 +00:00
6 lines
80 B
C
6 lines
80 B
C
#ifdef __arm__
|
|
#include "unwind-arm.h"
|
|
#else
|
|
#include "unwind-itanium.h"
|
|
#endif
|