diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-02-28 13:52:17 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-02-28 13:52:17 -0500 |
| commit | fa3d89674aa8274f11a49a26985d3e5eaaa52d20 (patch) | |
| tree | 73e6e2c844d5f3443e696cbad40918a184e4e0a3 | |
| parent | 182cd0e4c0bef4c919d479135428da0251e8cc50 (diff) | |
| download | zig-fa3d89674aa8274f11a49a26985d3e5eaaa52d20.tar.gz zig-fa3d89674aa8274f11a49a26985d3e5eaaa52d20.zip | |
update clang C headers to 8.0.0rc3
| -rw-r--r-- | c_headers/intrin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_headers/intrin.h b/c_headers/intrin.h index c86f41faeb..966258bab4 100644 --- a/c_headers/intrin.h +++ b/c_headers/intrin.h @@ -564,8 +564,8 @@ __nop(void) { #if defined(__aarch64__) unsigned __int64 __getReg(int); long _InterlockedAdd(long volatile *Addend, long Value); -int _ReadStatusReg(int); -void _WriteStatusReg(int, int); +__int64 _ReadStatusReg(int); +void _WriteStatusReg(int, __int64); static inline unsigned short _byteswap_ushort (unsigned short val) { return __builtin_bswap16(val); |
