[libcxxabi] r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 27 01:08:19 PDT 2014
Author: chapuni
Date: Mon Oct 27 03:08:18 2014
New Revision: 220668
URL: http://llvm.org/viewvc/llvm-project?rev=220668&view=rev
Log:
Fix unicode chars into ascii in comment lines.
Modified:
libcxxabi/trunk/include/libunwind.h
Modified: libcxxabi/trunk/include/libunwind.h
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/include/libunwind.h?rev=220668&r1=220667&r2=220668&view=diff
==============================================================================
--- libcxxabi/trunk/include/libunwind.h (original)
+++ libcxxabi/trunk/include/libunwind.h Mon Oct 27 03:08:18 2014
@@ -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,
More information about the cfe-commits
mailing list