summaryrefslogtreecommitdiff
path: root/src/UnwindLevel1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/UnwindLevel1.c')
-rw-r--r--src/UnwindLevel1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UnwindLevel1.c b/src/UnwindLevel1.c
index 61abd89..caef0cf 100644
--- a/src/UnwindLevel1.c
+++ b/src/UnwindLevel1.c
@@ -23,7 +23,7 @@
#include "unwind.h"
#include "config.h"
-#if !LIBCXXABI_ARM_EHABI
+#if !_LIBUNWIND_ARM_EHABI
static _Unwind_Reason_Code
unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
@@ -530,5 +530,5 @@ _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context,
_Unwind_SetGR(context, 15, value | thumb_bit);
}
-#endif // !LIBCXXABI_ARM_EHABI
+#endif // !_LIBUNWIND_ARM_EHABI