| ... | @@ -564,8 +564,8 @@ __nop(void) { | ... | @@ -564,8 +564,8 @@ __nop(void) { |
| 564 | #if defined(__aarch64__) | 564 | #if defined(__aarch64__) |
| 565 | unsigned __int64 __getReg(int); | 565 | unsigned __int64 __getReg(int); |
| 566 | long _InterlockedAdd(long volatile *Addend, long Value); | 566 | long _InterlockedAdd(long volatile *Addend, long Value); |
| 567 | int _ReadStatusReg(int); | 567 | __int64 _ReadStatusReg(int); |
| 568 | void _WriteStatusReg(int, int); | 568 | void _WriteStatusReg(int, __int64); |
| 569 | | 569 | |
| 570 | static inline unsigned short _byteswap_ushort (unsigned short val) { | 570 | static inline unsigned short _byteswap_ushort (unsigned short val) { |
| 571 | return __builtin_bswap16(val); | 571 | return __builtin_bswap16(val); |