From 0f0cd46201c90c06d3f5e7c93c80cce0565881bc Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Thu, 26 Jun 2014 00:25:33 +0000 Subject: [PATCH] Fix building for iOS llvm-svn: 211751 --- libcxxabi/src/Unwind/UnwindRegistersRestore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxxabi/src/Unwind/UnwindRegistersRestore.S b/libcxxabi/src/Unwind/UnwindRegistersRestore.S index 1feb1d5..362a5b04 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersRestore.S +++ b/libcxxabi/src/Unwind/UnwindRegistersRestore.S @@ -308,7 +308,7 @@ DEFINE_LIBUNWIND_PRIVATE_FUNCTION(_ZN9libunwind15Registers_arm646jumptoEv) ldp x0, x1, [x0, #0x000] ; restore x0,x1 ret lr ; jump to pc -#elif __arm__ +#elif __arm__ && !__APPLE__ @ @ void libunwind::Registers_arm::restoreCoreAndJumpTo() -- 2.7.4