| author | |
| committer | |
| log | 29f25cf0591059056203613cb6783123db3ed5dc |
| tree | 96b08b461e78d16264fb07552e11e1923410f794 |
| parent | 3c6c317424280c5b21210ad6d8f8864b0e27f366 |
1 files changed, 2 insertions(+), 2 deletions(-)
tools/process_headers.zig+2-2| ... | ... | @@ -226,8 +226,8 @@ const DestTarget = struct { |
| 226 | 226 | |
| 227 | 227 | fn hash(a: DestTarget) u32 { |
| 228 | 228 | return @enumToInt(a.arch) +% |
| 229 | (@enumToInt(a.os) *% u32(4202347608)) +% | |
| 230 | (@enumToInt(a.abi) *% u32(4082223418)); | |
| 229 | (@enumToInt(a.os) *% @as(u32, 4202347608)) +% | |
| 230 | (@enumToInt(a.abi) *% @as(u32, 4082223418)); | |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | fn eql(a: DestTarget, b: DestTarget) bool { |