diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-27 08:08:18 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-27 08:08:18 +0000 |
| commit | 59c74b225a3dcd20517eb7cbeeb9e2149e702c0e (patch) | |
| tree | c7d593778daabbf974a25ad9edb05f4e2f27b230 /libcxxabi/include | |
| parent | 7ef5796b2025a6d731ace9ffd8c189163bc551cb (diff) | |
| download | bcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.tar.gz bcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.zip | |
Fix unicode chars into ascii in comment lines.
llvm-svn: 220668
Diffstat (limited to 'libcxxabi/include')
| -rw-r--r-- | libcxxabi/include/libunwind.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libcxxabi/include/libunwind.h b/libcxxabi/include/libunwind.h index 7057070b306..448d86a463d 100644 --- a/libcxxabi/include/libunwind.h +++ b/libcxxabi/include/libunwind.h @@ -452,12 +452,12 @@ enum { UNW_ARM_WR15 = 127, // 128-133 -- SPSR, SPSR_{FIQ|IRQ|ABT|UND|SVC} // 134-143 -- Reserved - // 144-150 -- R8_USR–R14_USR - // 151-157 -- R8_FIQ–R14_FIQ - // 158-159 -- R13_IRQ–R14_IRQ - // 160-161 -- R13_ABT–R14_ABT - // 162-163 -- R13_UND–R14_UND - // 164-165 -- R13_SVC–R14_SVC + // 144-150 -- R8_USR-R14_USR + // 151-157 -- R8_FIQ-R14_FIQ + // 158-159 -- R13_IRQ-R14_IRQ + // 160-161 -- R13_ABT-R14_ABT + // 162-163 -- R13_UND-R14_UND + // 164-165 -- R13_SVC-R14_SVC // 166-191 -- Reserved UNW_ARM_WC0 = 192, UNW_ARM_WC1 = 193, |

