[libcxxabi] r229216 - Moar post-commit review.
Jonathan Roelofs
jonathan at codesourcery.com
Fri Feb 13 18:02:56 PST 2015
Author: jroelofs
Date: Fri Feb 13 20:02:56 2015
New Revision: 229216
URL: http://llvm.org/viewvc/llvm-project?rev=229216&view=rev
Log:
Moar post-commit review.
Apparently typing is hard.
Modified:
libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S
Modified: libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S?rev=229216&r1=229215&r2=229216&view=diff
==============================================================================
--- libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S (original)
+++ libcxxabi/trunk/src/Unwind/UnwindRegistersSave.S Fri Feb 13 20:02:56 2015
@@ -316,7 +316,7 @@ DEFINE_LIBUNWIND_FUNCTION(unw_getcontext
str lr, [r0, #56]
str lr, [r0, #60] @ store return address as pc
#endif
-#if __ARM_ARCH_ISA_THUMB1 == 1
+#if __ARM_ARCH_ISA_THUMB == 1
@ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
@ It is safe to use here though because we are about to return, and cpsr is
@ not expected to be preserved.
More information about the cfe-commits
mailing list