| ... | ... | @@ -2351,7 +2351,7 @@ zig_msvc_atomics_128op(u128, max) |
| 2351 | 2351 | |
| 2352 | 2352 | #if (_MSC_VER && _M_X64) || defined(__x86_64__) |
| 2353 | 2353 | |
| 2354 | | static inline void* zig_x86_64_windows_teb() { |
| 2354 | static inline void* zig_x86_64_windows_teb(void) { |
| 2355 | 2355 | #if _MSC_VER |
| 2356 | 2356 | return __readgsqword(0x30); |
| 2357 | 2357 | #else |
| ... | ... | @@ -2378,7 +2378,7 @@ static inline void zig_x86_cpuid(zig_u32 leaf_id, zig_u32 subid, zig_u32* eax, z |
| 2378 | 2378 | *edx = cpu_info[3]; |
| 2379 | 2379 | } |
| 2380 | 2380 | |
| 2381 | | static inline zig_u32 zig_x86_get_xcr0() { |
| 2381 | static inline zig_u32 zig_x86_get_xcr0(void) { |
| 2382 | 2382 | #if _MSC_VER |
| 2383 | 2383 | return (zig_u32)_xgetbv(0); |
| 2384 | 2384 | #else |