Moar post-commit review.

Apparently typing is hard.

llvm-svn: 229216
This commit is contained in:
Jonathan Roelofs 2015-02-14 02:02:56 +00:00
parent f91bc6cdd8
commit d76078f81b
1 changed files with 1 additions and 1 deletions

View File

@ -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.