Skip to content

Commit

Permalink
🚀 Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aozhimin committed Aug 5, 2017
1 parent 1ea4237 commit 02f2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ static inline uint64_t WDTGetSysCtl64BySpecifier(char* specifier) {
### CPU Type
我们知道 iPhone 使用的处理器架构都是 ARM 的,而 ARM 又分为 ARMV7、ARMV7S 和 ARM64等。而想要获取设备具体的处理器架构则需要使用 `NXGetLocalArchInfo()` 函数。
``` objective-c
+ (NSInteger)cpuType {
Expand Down

0 comments on commit 02f2707

Please sign in to comment.